mirror of
https://github.com/RPCS3/llvm.git
synced 2026-07-21 03:05:26 -04:00
[NFC] Fix typo in test cases
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@339900 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -129,7 +129,7 @@ define <2 x double> @test_simplify6v(<2 x double> %x) {
|
||||
|
||||
define float @test_simplify7(float %x) {
|
||||
; ANY-LABEL: @test_simplify7(
|
||||
; ANY-NEXT: [[SQRTF:%.*]] = call float @sqrtf(float [[X:%.*]]) #0
|
||||
; ANY-NEXT: [[SQRTF:%.*]] = call float @sqrtf(float [[X:%.*]]) [[NUW_RO:#[0-9]+]]
|
||||
; ANY-NEXT: [[ABS:%.*]] = call float @llvm.fabs.f32(float [[SQRTF]])
|
||||
; ANY-NEXT: [[ISINF:%.*]] = fcmp oeq float [[X]], 0xFFF0000000000000
|
||||
; ANY-NEXT: [[TMP1:%.*]] = select i1 [[ISINF]], float 0x7FF0000000000000, float [[ABS]]
|
||||
@@ -141,7 +141,7 @@ define float @test_simplify7(float %x) {
|
||||
|
||||
define double @test_simplify8(double %x) {
|
||||
; ANY-LABEL: @test_simplify8(
|
||||
; ANY-NEXT: [[SQRT:%.*]] = call double @sqrt(double [[X:%.*]]) #0
|
||||
; ANY-NEXT: [[SQRT:%.*]] = call double @sqrt(double [[X:%.*]]) [[NUW_RO]]
|
||||
; ANY-NEXT: [[ABS:%.*]] = call double @llvm.fabs.f64(double [[SQRT]])
|
||||
; ANY-NEXT: [[ISINF:%.*]] = fcmp oeq double [[X]], 0xFFF0000000000000
|
||||
; ANY-NEXT: [[TMP1:%.*]] = select i1 [[ISINF]], double 0x7FF0000000000000, double [[ABS]]
|
||||
@@ -307,7 +307,7 @@ define double @test_simplify17(double %x) {
|
||||
|
||||
define float @test_simplify18(float %x) {
|
||||
; CHECK-EXP10-LABEL: @test_simplify18(
|
||||
; CHECK-EXP10-NEXT: [[__EXP10F:%.*]] = call float @__exp10f(float [[X:%.*]]) [[NUW_RO:#[0-9]+]]
|
||||
; CHECK-EXP10-NEXT: [[__EXP10F:%.*]] = call float @__exp10f(float [[X:%.*]]) [[NUW_RO]]
|
||||
; CHECK-EXP10-NEXT: ret float [[__EXP10F]]
|
||||
;
|
||||
; CHECK-NO-EXP10-LABEL: @test_simplify18(
|
||||
|
||||
@@ -295,4 +295,3 @@ declare float @powf(float, float)
|
||||
|
||||
attributes #0 = { nounwind readnone speculatable }
|
||||
attributes #1 = { nounwind readnone }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user