Skip to content

Commit a157898

Browse files
committed
Attributor: Update test
1 parent 78313e8 commit a157898

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/Transforms/Attributor/IPConstantProp/openmp_parallel_for.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ define internal void @.omp_outlined.(ptr noalias %.global_tid., ptr noalias %.bo
101101
; TUNIT: omp.inner.for.body:
102102
; TUNIT-NEXT: [[ADD10:%.*]] = add nsw i32 [[DOTOMP_IV_0]], 2
103103
; TUNIT-NEXT: [[TMP11:%.*]] = load double, ptr [[Q_ADDR]], align 8
104-
; TUNIT-NEXT: call void @bar(i32 [[ADD10]], float 3.000000e+00, double [[TMP11]])
104+
; TUNIT-NEXT: call void @bar(i32 [[ADD10]], float nofpclass(nan inf zero sub nnorm) 3.000000e+00, double [[TMP11]])
105105
; TUNIT-NEXT: br label [[OMP_BODY_CONTINUE:%.*]]
106106
; TUNIT: omp.body.continue:
107107
; TUNIT-NEXT: br label [[OMP_INNER_FOR_INC]]

0 commit comments

Comments
 (0)