forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 16
Closed
Labels
[ARCH] s390This bug impacts ARCH=s390This bug impacts ARCH=s390[BUG] llvmA bug that should be fixed in upstream LLVMA bug that should be fixed in upstream LLVM[FIXED][LINUX] 5.16This bug was fixed in Linux 5.16This bug was fixed in Linux 5.16[TOOL] integrated-asThe issue is relevant to LLVM integrated assemblerThe issue is relevant to LLVM integrated assembler
Description
(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=s390This bug impacts ARCH=s390[BUG] llvmA bug that should be fixed in upstream LLVMA bug that should be fixed in upstream LLVM[FIXED][LINUX] 5.16This bug was fixed in Linux 5.16This bug was fixed in Linux 5.16[TOOL] integrated-asThe issue is relevant to LLVM integrated assemblerThe issue is relevant to LLVM integrated assembler