summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorSanjay Patel <spatel@rotateright.com>2017-11-09 16:46:04 +0000
committerSanjay Patel <spatel@rotateright.com>2017-11-09 16:46:04 +0000
commit5ac48bd9c8fa069e8c72054ebee0c1a48952f198 (patch)
tree8683637f5e9576fcf9ab816bf43305a6e5668d68 /llvm
parente04f032424081c53f84d44565d85d1176be22804 (diff)
downloadbcm5719-llvm-5ac48bd9c8fa069e8c72054ebee0c1a48952f198.tar.gz
bcm5719-llvm-5ac48bd9c8fa069e8c72054ebee0c1a48952f198.zip
revert r317809 - [Reassociate] regenerate test checks; NFC
The reassociate pass generates named values such as "%tmp2" which trips up the script's regex's because the script uses a 'TMP' prefix for unnamed values (%2). llvm-svn: 317810
Diffstat (limited to 'llvm')
-rw-r--r--llvm/test/Transforms/Reassociate/factorize-again.ll18
1 files changed, 4 insertions, 14 deletions
diff --git a/llvm/test/Transforms/Reassociate/factorize-again.ll b/llvm/test/Transforms/Reassociate/factorize-again.ll
index cb7ad2e9ded..87e77945dfb 100644
--- a/llvm/test/Transforms/Reassociate/factorize-again.ll
+++ b/llvm/test/Transforms/Reassociate/factorize-again.ll
@@ -1,20 +1,10 @@
; RUN: opt -S -reassociate < %s | FileCheck %s
+; CHECK-LABEL: main
+; CHECK: %2 = fsub
+; CHECK: %3 = fsub
+; CHECK: fadd fast float %3, %2
define void @main(float, float) {
-; CHECK-LABEL: @main(
-; CHECK-NEXT: wrapper_entry:
-; CHECK-NEXT: [[TMP2:%.*]] = fsub float undef, %0
-; CHECK-NEXT: [[TMP3:%.*]] = fsub float undef, %1
-; CHECK-NEXT: [[TMP4:%.*]] = call float @llvm.rsqrt.f32(float undef)
-; CHECK-NEXT: [[TMP3:%.*]] = fadd fast float [[TMP3]], [[TMP2]]
-; CHECK-NEXT: [[TMP4:%.*]] = fmul fast float [[TMP3]], undef
-; CHECK-NEXT: [[TMP1:%.*]] = fadd fast float [[TMP4]], fmul (float undef, float undef)
-; CHECK-NEXT: [[TMP2:%.*]] = fmul fast float [[TMP1]], [[TMP4]]
-; CHECK-NEXT: [[TMP5:%.*]] = call float @foo2(float [[TMP2]], float 0.000000e+00)
-; CHECK-NEXT: [[MUL36:%.*]] = fmul fast float [[TMP5]], 1.500000e+00
-; CHECK-NEXT: call void @foo1(i32 4, float [[MUL36]])
-; CHECK-NEXT: ret void
-;
wrapper_entry:
%2 = fsub float undef, %0
%3 = fsub float undef, %1
OpenPOWER on IntegriCloud