diff options
Diffstat (limited to 'test/CodeGen/Hexagon/fusedandshift.ll')
-rw-r--r-- | test/CodeGen/Hexagon/fusedandshift.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/Hexagon/fusedandshift.ll b/test/CodeGen/Hexagon/fusedandshift.ll index 414574aec401..9abd366e6916 100644 --- a/test/CodeGen/Hexagon/fusedandshift.ll +++ b/test/CodeGen/Hexagon/fusedandshift.ll @@ -1,8 +1,8 @@ -; 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. -; CHECK: r{{[0-9]+}} = and(#15, lsr(r{{[0-9]+}}, #{{[0-9]+}}) +; CHECK: r{{[0-9]+}} = and(#15,lsr(r{{[0-9]+}},#{{[0-9]+}}) define i32 @main(i16* %a, i16* %b) nounwind { entry: |