[PATCH] D112696: CycleInfo: Introduce cycles as a generalization of loops
Carl Ritson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 10 19:11:56 PST 2021
critson added inline comments.
================
Comment at: llvm/lib/CodeGen/MachineSsaContext.cpp:43
+
+ if (Value) {
+ Out << ": ";
----------------
This needs to be able to deal with physical registers.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112696/new/
https://reviews.llvm.org/D112696
More information about the llvm-commits
mailing list