diff options
Diffstat (limited to 'llvm/test/CodeGen/Hexagon/fusedandshift.ll')
-rw-r--r-- | llvm/test/CodeGen/Hexagon/fusedandshift.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Hexagon/fusedandshift.ll b/llvm/test/CodeGen/Hexagon/fusedandshift.ll index 0310d440ffe..9abd366e691 100644 --- a/llvm/test/CodeGen/Hexagon/fusedandshift.ll +++ b/llvm/test/CodeGen/Hexagon/fusedandshift.ll @@ -1,4 +1,4 @@ -; RUN: llc -march=hexagon -hexagon-extract=0 < %s | FileCheck %s +; RUN: llc -march=hexagon -hexagon-extract=0 -hexbit-extract=0 < %s | FileCheck %s ; Check that we generate fused logical and with shift instruction. ; Disable "extract" generation, since it may eliminate the and/lsr. |