diff options
author | Michael Liao <michael.liao@intel.com> | 2012-09-26 08:26:25 +0000 |
---|---|---|
committer | Michael Liao <michael.liao@intel.com> | 2012-09-26 08:26:25 +0000 |
commit | 2b425e1e2449f91cf7e4d361287bed9c301c287d (patch) | |
tree | 4fcd795358fccb9b63b1a80f29153d436ccbd063 /llvm/test/CodeGen/X86/targetLoweringGeneric.ll | |
parent | 2de86af22d3e581ee1e82b2f14de2cc8b4ddaacb (diff) | |
download | bcm5719-llvm-2b425e1e2449f91cf7e4d361287bed9c301c287d.tar.gz bcm5719-llvm-2b425e1e2449f91cf7e4d361287bed9c301c287d.zip |
Add SARX/SHRX/SHLX code generation support
llvm-svn: 164675
Diffstat (limited to 'llvm/test/CodeGen/X86/targetLoweringGeneric.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/targetLoweringGeneric.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/targetLoweringGeneric.ll b/llvm/test/CodeGen/X86/targetLoweringGeneric.ll index ba5f8f83619..a773e9daeff 100644 --- a/llvm/test/CodeGen/X86/targetLoweringGeneric.ll +++ b/llvm/test/CodeGen/X86/targetLoweringGeneric.ll @@ -1,4 +1,4 @@ -; RUN: llc -mtriple=i386-apple-darwin9 -fast-isel=false -O0 < %s | FileCheck %s +; RUN: llc -mtriple=i386-apple-darwin9 -mcpu=corei7 -fast-isel=false -O0 < %s | FileCheck %s ; Gather non-machine specific tests for the transformations in ; CodeGen/SelectionDAG/TargetLowering. Currently, these |