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

Christudasan Devadasan via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 28 07:09:11 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
----------------
cdevadas wrote:

@paperchalice I wonder why the verify is default when using NPM? Shouldn't the behavior be consistent with the legacy PM, at least this early stage?

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


More information about the llvm-commits mailing list