mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-26 21:32:10 +00:00
llvm/test/CodeGen/X86/legalize-shift-64.ll: Add explicit -mtriple=i686-unknown-unknown.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184730 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
fb2c145498
commit
4a931eb4c0
@ -1,4 +1,4 @@
|
||||
; RUN: llc -mcpu=generic -march=x86 < %s | FileCheck %s
|
||||
; RUN: llc -mcpu=generic -mtriple=i686-unknown-unknown < %s | FileCheck %s
|
||||
|
||||
define i64 @test1(i32 %xx, i32 %test) nounwind {
|
||||
%conv = zext i32 %xx to i64
|
||||
|
Loading…
Reference in New Issue
Block a user