[PATCH] D145933: [X86] Add negative test for D145930
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 13 07:13:56 PDT 2023
RKSimon added inline comments.
================
Comment at: llvm/test/CodeGen/X86/atomic-rm-bit-test-64.ll:1668
+; CHECK-NEXT: lock btsq %rax, a(%rip) # encoding: [0xf0,0x48,0x0f,0xab,0x05,A,A,A,A]
+; CHECK-NEXT: # fixup A - offset: 5, value: a-5, kind: reloc_riprel_4byte
+; CHECK-NEXT: xorl %eax, %eax # encoding: [0x31,0xc0]
----------------
If this is the only line that is being changed by D145930 - it'd be better to move this to its own pr61384.ll test file
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D145933/new/
https://reviews.llvm.org/D145933
More information about the llvm-commits
mailing list