Skip to content

invalid register pair #1421

@nickdesaulniers

Description

@nickdesaulniers

(working around #1356)
This one looks like a codegen bug to me:

$ ARCH=s390 CROSS_COMPILE=s390x-linux-gnu- make -j72 CC=clang LLVM_IAS=1 -j72 defconfig arch/s390/lib/test_unwind.o
...
arch/s390/lib/test_unwind.c:177:4: error: invalid register pair
                        "       mvcl    %%r1,%%r1\n"
                        ^
<inline asm>:1:8: note: instantiated into assembly here
                mvcl    %r1,%r1
                        ^

Metadata

Metadata

Assignees

Labels

[ARCH] s390This bug impacts ARCH=s390[BUG] llvmA bug that should be fixed in upstream LLVM[FIXED][LINUX] 5.16This bug was fixed in Linux 5.16[TOOL] integrated-asThe issue is relevant to LLVM integrated assembler

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions