[PATCH] D141311: [RISCV] Avoid emitting hardware fences for singlethread fences
Jessica Clarke via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 9 11:25:16 PST 2023
jrtc27 added inline comments.
================
Comment at: llvm/lib/Target/RISCV/RISCVInstrInfo.td:1849
+let hasSideEffects = 1, isMeta = 1 in
+def Int_MemBarrier : Pseudo<(outs), (ins),
+ [(RISCVMemBarrier)]>;
----------------
This isn't standard naming for pseudos, but maybe other backends do it this way too?...
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141311/new/
https://reviews.llvm.org/D141311
More information about the llvm-commits
mailing list