[llvm] [AArch64] Add AArch64PassRegistry.def (PR #85215)

Arthur Eubanks via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 20 09:27:27 PDT 2024


================
@@ -2,6 +2,9 @@
 ; RUN: opt -aarch64-lit -aarch64-lit-verify -verify-dom-info -mtriple aarch64-unknown-linux-gnu -mattr=+sve -S < %s | FileCheck %s
 ; RUN: opt -aarch64-lit -simplifycfg -mtriple aarch64-unknown-linux-gnu -mattr=+sve -S < %s | FileCheck %s --check-prefix=LOOP-DEL
 ; RUN: opt -aarch64-lit -mtriple aarch64-unknown-linux-gnu -S < %s | FileCheck %s --check-prefix=NO-TRANSFORM
+; RUN: opt -p aarch64-lit -aarch64-lit-verify -verify-dom-info -mtriple aarch64-unknown-linux-gnu -mattr=+sve -S < %s | FileCheck %s --check-prefix=CHECK-NPM
----------------
aeubanks wrote:

makes sense, but can figure out how to not add thousands of CHECK lines just to make sure the new PM pass works? either create a new test, or change the test to already be in loop simplify and LCSSA form (committed in a separate change and rebase this change on that)

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


More information about the llvm-commits mailing list