diff options
| author | Krzysztof Parzyszek <kparzysz@codeaurora.org> | 2018-03-07 17:27:18 +0000 |
|---|---|---|
| committer | Krzysztof Parzyszek <kparzysz@codeaurora.org> | 2018-03-07 17:27:18 +0000 |
| commit | 2c3edf05679e3c8cf341b2d1b2f517533cdae6e3 (patch) | |
| tree | 4e14a8b018884f4da92a33f09b8fdf6875fae9a9 /llvm/test/CodeGen/Hexagon/select-instr-align.ll | |
| parent | b0084a0eee27527981130bdc85d1810082fabf00 (diff) | |
| download | bcm5719-llvm-2c3edf05679e3c8cf341b2d1b2f517533cdae6e3.tar.gz bcm5719-llvm-2c3edf05679e3c8cf341b2d1b2f517533cdae6e3.zip | |
[Hexagon] Rewrite non-HVX unaligned loads as pairs of aligned ones
This is a follow-up to r325169, this time for all types, not just HVX
vector types.
Disable this by default, since it's not always safe.
llvm-svn: 326915
Diffstat (limited to 'llvm/test/CodeGen/Hexagon/select-instr-align.ll')
| -rw-r--r-- | llvm/test/CodeGen/Hexagon/select-instr-align.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Hexagon/select-instr-align.ll b/llvm/test/CodeGen/Hexagon/select-instr-align.ll index 9d8939282c6..1021f924f1d 100644 --- a/llvm/test/CodeGen/Hexagon/select-instr-align.ll +++ b/llvm/test/CodeGen/Hexagon/select-instr-align.ll @@ -1,4 +1,4 @@ -; RUN: llc -march=hexagon -hvx-expand-unaligned-loads=0 < %s | FileCheck %s +; RUN: llc -march=hexagon -hexagon-align-loads=0 < %s | FileCheck %s ; CHECK-LABEL: aligned_load: ; CHECK: = vmem({{.*}}) |

