Compiler only emits a comment for Int_MemBarrier, so it should
be marked as a meta-instruction, which can help improve accuracy
of debug location.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D121879
[X86] Set Int_MemBarrier as a meta-instruction ClosedPublic Authored by skan on Mar 16 2022, 10:33 PM.
Details Summary Compiler only emits a comment for Int_MemBarrier, so it should
Diff Detail
Event Timelineskan added a parent revision: D121600: [Codegen][tablgen][NFC] Allow meta instruction to be target dependent.Mar 16 2022, 10:34 PM This revision is now accepted and ready to land.Mar 17 2022, 3:54 AM This revision was landed with ongoing or failed builds.Mar 17 2022, 10:12 PM Closed by commit rG1a70febf825f: [X86] Set Int_MemBarrier as a meta-instruction (authored by skan). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 416389 llvm/lib/Target/X86/X86InstrCompiler.td
llvm/test/DebugInfo/X86/dwarf-mem-barrier.ll
llvm/unittests/MIR/MachineMetadata.cpp
|