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

Akshat Oke via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 25 08:14:26 PDT 2024


================
@@ -1,5 +1,6 @@
 # NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py
 # RUN: llc -mtriple=amdgcn -mcpu=gfx900 -mattr=+enable-flat-scratch -run-pass=si-fold-operands -verify-machineinstrs -o - %s | FileCheck -check-prefix=GCN %s
+# RUN: llc -mtriple=amdgcn -mcpu=gfx900 -mattr=+enable-flat-scratch -passes=si-fold-operands -verify-machineinstrs -o - %s | FileCheck -check-prefix=GCN %s
----------------
Akshat-Oke wrote:

Alright, makes sense.

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


More information about the llvm-commits mailing list