[llvm] 45391e1 - [test] Remove unnecessary -enable-new-pm=0

Arthur Eubanks via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 27 14:17:47 PST 2023


Author: Arthur Eubanks
Date: 2023-02-27T14:17:24-08:00
New Revision: 45391e139452777a30030006de7c9b332571b74a

URL: https://github.com/llvm/llvm-project/commit/45391e139452777a30030006de7c9b332571b74a
DIFF: https://github.com/llvm/llvm-project/commit/45391e139452777a30030006de7c9b332571b74a.diff

LOG: [test] Remove unnecessary -enable-new-pm=0

Added: 
    

Modified: 
    llvm/test/Transforms/ScalarizeMaskedMemIntrin/AArch64/streaming-compatible-expand-masked-gather-scatter.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/Transforms/ScalarizeMaskedMemIntrin/AArch64/streaming-compatible-expand-masked-gather-scatter.ll b/llvm/test/Transforms/ScalarizeMaskedMemIntrin/AArch64/streaming-compatible-expand-masked-gather-scatter.ll
index d7fdfa179066f..9409e8913bcea 100644
--- a/llvm/test/Transforms/ScalarizeMaskedMemIntrin/AArch64/streaming-compatible-expand-masked-gather-scatter.ll
+++ b/llvm/test/Transforms/ScalarizeMaskedMemIntrin/AArch64/streaming-compatible-expand-masked-gather-scatter.ll
@@ -1,6 +1,6 @@
 ; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
 ; REQUIRES: aarch64-registered-target
-; RUN: opt -enable-new-pm=0 -S %s -passes=scalarize-masked-mem-intrin -mtriple=aarch64-linux-gnu -mattr=+sve -force-streaming-compatible-sve | FileCheck %s
+; RUN: opt -S %s -passes=scalarize-masked-mem-intrin -mtriple=aarch64-linux-gnu -mattr=+sve -force-streaming-compatible-sve | FileCheck %s
 
 define <2 x i32> @scalarize_v2i32(<2 x ptr> %p, <2 x i1> %mask, <2 x i32> %passthru) {
 ; CHECK-LABEL: @scalarize_v2i32(


        


More information about the llvm-commits mailing list