[llvm] AMDGPU/NewPM Port SILoadStoreOptimizer to NPM (PR #106362)

via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 29 22:32:09 PDT 2024


================
@@ -1,4 +1,5 @@
 # RUN: llc -mtriple=amdgcn -mcpu=gfx1010 -run-pass=si-load-store-opt -verify-machineinstrs -o - %s | FileCheck %s
+# RUN: llc -mtriple=amdgcn -mcpu=gfx1010 -passes=si-load-store-opt -verify-machineinstrs -o - %s | FileCheck %s
----------------
paperchalice wrote:

> we should match `opt`'s `-disable-verify` and `-verify-each`

Now in https://github.com/llvm/llvm-project/pull/106665.

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


More information about the llvm-commits mailing list