[PATCH] D94082: [MachineLoop] Add new helper isLoopInvariant()
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 5 06:27:47 PST 2021
fhahn added inline comments.
================
Comment at: llvm/include/llvm/CodeGen/MachineLoopInfo.h:74
+ /// effects that aren't captured by the operands or other flags.
+ bool isLoopInvariant(MachineInstr &I);
+
----------------
can this be `const`?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94082/new/
https://reviews.llvm.org/D94082
More information about the llvm-commits
mailing list