diff options
| author | Krzysztof Parzyszek <kparzysz@codeaurora.org> | 2017-02-17 22:14:51 +0000 |
|---|---|---|
| committer | Krzysztof Parzyszek <kparzysz@codeaurora.org> | 2017-02-17 22:14:51 +0000 |
| commit | 1aaf41af54fca47baa8caf3a4ec5b097d4c17976 (patch) | |
| tree | cf9568c0b367b03e4a4c91d6f035f06783a0dbcd /llvm/test/CodeGen/Hexagon/avoid-predspill-calleesaved.ll | |
| parent | bca05df38b0122945b58c559c452c03b8e81c2ce (diff) | |
| download | bcm5719-llvm-1aaf41af54fca47baa8caf3a4ec5b097d4c17976.tar.gz bcm5719-llvm-1aaf41af54fca47baa8caf3a4ec5b097d4c17976.zip | |
[Hexagon] Start using regmasks on calls
Reapply r295371 with a fix for the Windows bot failures.
llvm-svn: 295504
Diffstat (limited to 'llvm/test/CodeGen/Hexagon/avoid-predspill-calleesaved.ll')
| -rw-r--r-- | llvm/test/CodeGen/Hexagon/avoid-predspill-calleesaved.ll | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Hexagon/avoid-predspill-calleesaved.ll b/llvm/test/CodeGen/Hexagon/avoid-predspill-calleesaved.ll index 561013b174d..906a877b91e 100644 --- a/llvm/test/CodeGen/Hexagon/avoid-predspill-calleesaved.ll +++ b/llvm/test/CodeGen/Hexagon/avoid-predspill-calleesaved.ll @@ -7,7 +7,6 @@ ; without adding an extra spill of that register. ; ; CHECK: PredSpill: -; CHECK: memd(r29{{.*}}) = r17:16 ; CHECK-DAG: r{{[0-9]+}} = p0 ; CHECK-DAG: p0 = r{{[0-9]+}} ; CHECK-NOT: = memw(r29 |

