diff options
| author | Mitch Phillips <mitchphillips@outlook.com> | 2019-09-20 20:25:16 +0000 |
|---|---|---|
| committer | Mitch Phillips <mitchphillips@outlook.com> | 2019-09-20 20:25:16 +0000 |
| commit | 72a3d8597da5cb50f3a21ba8a2f822117459af34 (patch) | |
| tree | df3e193898f34c22018d097e4b0f733bc7714a9d /llvm/test/CodeGen | |
| parent | ce7cfbccc63ba318bed00aef65dab49adc6f43c8 (diff) | |
| download | bcm5719-llvm-72a3d8597da5cb50f3a21ba8a2f822117459af34.tar.gz bcm5719-llvm-72a3d8597da5cb50f3a21ba8a2f822117459af34.zip | |
Revert "[MachinePipeliner] Improve the TargetInstrInfo API analyzeLoop/reduceLoopCount"
This commit broke the ASan buildbot. See comments in rL372376 for more
information.
This reverts commit 15e27b0b6d9d51362fad85dbe95ac5b3fadf0a06.
llvm-svn: 372425
Diffstat (limited to 'llvm/test/CodeGen')
| -rw-r--r-- | llvm/test/CodeGen/Hexagon/swp-epilog-phi7.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/Hexagon/swp-epilog-phi7.ll b/llvm/test/CodeGen/Hexagon/swp-epilog-phi7.ll index 89a04d9f76f..8cad174937d 100644 --- a/llvm/test/CodeGen/Hexagon/swp-epilog-phi7.ll +++ b/llvm/test/CodeGen/Hexagon/swp-epilog-phi7.ll @@ -7,8 +7,8 @@ ; CHECK: if ({{.*}}) jump ; CHECK: [[VREG:v([0-9]+)]]{{.*}} = {{.*}}vmem(r{{[0-9]+}}++#1) -; CHECK: if ({{.*}}) {{jump|jump:nt|jump:t}} [[EPLOG1:(.*)]] -; CHECK: if ({{.*}}) {{jump|jump:nt|jump:t}} [[EPLOG:(.*)]] +; CHECK: if ({{.*}}) {{jump|jump:nt}} [[EPLOG1:(.*)]] +; CHECK: if ({{.*}}) {{jump|jump:nt}} [[EPLOG:(.*)]] ; CHECK: [[EPLOG]]: ; CHECK: [[VREG1:v([0-9]+)]] = [[VREG]] ; CHECK: [[VREG]] = v{{[0-9]+}} |

