[PATCH] D121654: [RISCV] Ensure PseudoLA* can be hoisted
Alexander Richardson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 15 07:37:15 PDT 2022
arichardson accepted this revision.
arichardson added a comment.
LGTM
================
Comment at: llvm/lib/Target/RISCV/RISCVInstrInfo.td:1327
-let hasSideEffects = 0, mayLoad = 1, mayStore = 0, Size = 8, isCodeGenOnly = 0,
+let hasSideEffects = 0, mayLoad = 0, mayStore = 0, Size = 8, isCodeGenOnly = 0,
isAsmParserOnly = 1 in
----------------
This could be split into a separate commit but committing it at the same time also seems fine to me.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D121654/new/
https://reviews.llvm.org/D121654
More information about the llvm-commits
mailing list