Skip to content

Commit 8169b6b

Browse files
Simon Mollkaz7
Simon Moll
authored andcommitted
[VP]workaround: Run ExpandVP in opt with legacy pm (default in isel)
1 parent d05f42c commit 8169b6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/CodeGen/Generic/expand-vp.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; RUN: opt --expand-vec-pred -S < %s | FileCheck %s
1+
; RUN: opt --enable-new-pm=0 --expand-vec-pred -S < %s | FileCheck %s
22

33
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) {
44
; CHECK-NOT: {{call.* @llvm.vp.add}}

0 commit comments

Comments
 (0)