[llvm] [CycleInfo] Represent cycles by an opaque handle. NFC (PR #210117)
Alexis Engelke via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 16 23:19:07 PDT 2026
================
@@ -47,7 +46,7 @@ class LLVM_ABI MachineCycleInfoWrapperPass : public MachineFunctionPass {
// TODO: add this function to the GenericCycleInfo template after implementing
// the IR version.
LLVM_ABI bool isCycleInvariant(const MachineCycleInfo &CI,
- const MachineCycle &Cycle, MachineInstr &I);
+ const CycleRef &Cycle, MachineInstr &I);
----------------
aengelke wrote:
CycleRef Cycle?
https://github.com/llvm/llvm-project/pull/210117
More information about the llvm-commits
mailing list