This patch adds a negative test for the issue discovered in D145930.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
This comment was removed by n-omer.
llvm/test/CodeGen/X86/atomic-rm-bit-test-64.ll | ||
---|---|---|
2 ↗ | (On Diff #504624) | Why adding it? Doesn't look necessary. |
llvm/test/CodeGen/X86/atomic-rm-bit-test-64.ll | ||
---|---|---|
2 ↗ | (On Diff #504624) | I tried removing it but that eliminates the # fixup A - offset: 5, value: a-5, kind: reloc_riprel_4byte line which demonstrates the issue from my test case. |