ARITH_FENCE, which was added by https://reviews.llvm.org/D99675,
should be a meta-instruction b/c it only emits comments "ARITH_FENCE".
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D112127
[Codegen] Set ARITH_FENCE as meta-instruction ClosedPublic Authored by skan on Oct 20 2021, 2:19 AM.
Details Summary ARITH_FENCE, which was added by https://reviews.llvm.org/D99675,
Diff Detail
Event Timelineskan added inline comments. This revision is now accepted and ready to land.Oct 20 2021, 7:01 AM Closed by commit rGedff0070a126: [Codegen] Set ARITH_FENCE as meta-instruction (authored by skan). · Explain WhyOct 20 2021, 7:19 PM This revision was automatically updated to reflect the committed changes. skan marked 2 inline comments as done.
Revision Contents
Diff 380879 llvm/include/llvm/CodeGen/MachineInstr.h
llvm/unittests/MIR/MachineMetadata.cpp
|
Can we remove debug metadata to reduce the case?