summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Mips
diff options
context:
space:
mode:
authorDavid L. Jones <dlj@google.com>2019-05-27 06:00:00 +0000
committerDavid L. Jones <dlj@google.com>2019-05-27 06:00:00 +0000
commit0ff41b8a5afbb07bde8eaada42b1f7ea3a508101 (patch)
treea0b5c771bd28f019f87a8236897e44b0a867aba3 /llvm/test/CodeGen/Mips
parentba883e980a9c0ce0edfddb0737b2a30a1dec0ef7 (diff)
downloadbcm5719-llvm-0ff41b8a5afbb07bde8eaada42b1f7ea3a508101.tar.gz
bcm5719-llvm-0ff41b8a5afbb07bde8eaada42b1f7ea3a508101.zip
Revert r361356: "[MIR] Add simple PRE pass to MachineCSE"
This is problematic on buildbots, as discussed here: https://reviews.llvm.org/rL361356 It seems like the plan already was to revert, but that hasn't happened yet. llvm-svn: 361746
Diffstat (limited to 'llvm/test/CodeGen/Mips')
-rw-r--r--llvm/test/CodeGen/Mips/internalfunc.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Mips/internalfunc.ll b/llvm/test/CodeGen/Mips/internalfunc.ll
index 1816a70df01..b6b1c96c5f3 100644
--- a/llvm/test/CodeGen/Mips/internalfunc.ll
+++ b/llvm/test/CodeGen/Mips/internalfunc.ll
@@ -27,7 +27,8 @@ if.then: ; preds = %entry
if.end: ; preds = %entry, %if.then
; CHECK: lw $[[R2:[0-9]+]], %got(sf2)
; CHECK: addiu ${{[0-9]+}}, $[[R2]], %lo(sf2)
-; CHECK: sw ${{[0-9]+}}, %lo(caller.sf1)($[[R1]])
+; CHECK: lw $[[R3:[0-9]+]], %got(caller.sf1)
+; CHECK: sw ${{[0-9]+}}, %lo(caller.sf1)($[[R3]])
%tobool3 = icmp ne i32 %a0, 0
%tmp4 = load void (...)*, void (...)** @gf1, align 4
%cond = select i1 %tobool3, void (...)* %tmp4, void (...)* bitcast (void ()* @sf2 to void (...)*)
OpenPOWER on IntegriCloud