[llvm] [CycleInfo] Represent cycles by an opaque handle. NFC (PR #210117)
Fangrui Song via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 17 00:10:10 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);
----------------
MaskRay wrote:
done
https://github.com/llvm/llvm-project/pull/210117
More information about the llvm-commits
mailing list