diff options
author | Michael Liao <michael.liao@intel.com> | 2012-09-26 08:24:51 +0000 |
---|---|---|
committer | Michael Liao <michael.liao@intel.com> | 2012-09-26 08:24:51 +0000 |
commit | 2de86af22d3e581ee1e82b2f14de2cc8b4ddaacb (patch) | |
tree | c6612e18e366e94506e5144a29fd395b980a351c /llvm/test/CodeGen/X86/rotate2.ll | |
parent | f9f7b5518ab21d0023fc73d233a4ef236f7e3846 (diff) | |
download | bcm5719-llvm-2de86af22d3e581ee1e82b2f14de2cc8b4ddaacb.tar.gz bcm5719-llvm-2de86af22d3e581ee1e82b2f14de2cc8b4ddaacb.zip |
Add RORX code generation support
llvm-svn: 164674
Diffstat (limited to 'llvm/test/CodeGen/X86/rotate2.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/rotate2.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/rotate2.ll b/llvm/test/CodeGen/X86/rotate2.ll index 2eea3999e7b..2316c708507 100644 --- a/llvm/test/CodeGen/X86/rotate2.ll +++ b/llvm/test/CodeGen/X86/rotate2.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -march=x86-64 | grep rol | count 2 +; RUN: llc < %s -march=x86-64 -mcpu=corei7 | grep rol | count 2 define i64 @test1(i64 %x) nounwind { entry: |