We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d05f42c commit 8169b6bCopy full SHA for 8169b6b
llvm/test/CodeGen/Generic/expand-vp.ll
@@ -1,4 +1,4 @@
1
-; RUN: opt --expand-vec-pred -S < %s | FileCheck %s
+; RUN: opt --enable-new-pm=0 --expand-vec-pred -S < %s | FileCheck %s
2
3
define void @test_vp_int(<8 x i32> %i0, <8 x i32> %i1, <8 x i32> %i2, <8 x i32> %f3, <8 x i1> %m, i32 %n) {
4
; CHECK-NOT: {{call.* @llvm.vp.add}}
0 commit comments