[llvm] AMDGPU: Implement getRequiredProperties for SIFoldOperands (PR #127522)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 18 22:24:08 PST 2025
================
@@ -17,6 +17,11 @@ class SIFoldOperandsPass : public PassInfoMixin<SIFoldOperandsPass> {
SIFoldOperandsPass() = default;
PreservedAnalyses run(MachineFunction &MF,
MachineFunctionAnalysisManager &MFAM);
+
+ MachineFunctionProperties getRequiredProperties() const {
----------------
arsenm wrote:
I added this but I still don't get the error
https://github.com/llvm/llvm-project/pull/127522
More information about the llvm-commits
mailing list