[llvm] AMDGPU/NewPM: Port SIFoldOperands to new pass manager (PR #105801)

Akshat Oke via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 23 04:15:24 PDT 2024


================
@@ -34,6 +34,7 @@
 #include "R600.h"
 #include "R600TargetMachine.h"
 #include "SIFixSGPRCopies.h"
+#include "SIFoldOperands.h"
----------------
Akshat-Oke wrote:

Yes, it is used by the macros in `AMDGPUPassRegistry.def`.

https://github.com/llvm/llvm-project/pull/105801


More information about the llvm-commits mailing list