We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ca6a24 commit 4a86d70Copy full SHA for 4a86d70
llvm/include/llvm/CodeGen/CalcSpillWeights.h
@@ -78,8 +78,7 @@ class VirtRegMap;
78
const MachineRegisterInfo &MRI);
79
80
/// Determine if all values in LI are rematerializable.
81
- static bool isRematerializable(const LiveInterval &LI,
82
- LiveIntervals &LIS,
+ static bool isRematerializable(const LiveInterval &LI, LiveIntervals &LIS,
83
const VirtRegMap &VRM,
84
const TargetInstrInfo &TII);
85
0 commit comments