mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-11 00:39:36 +00:00
llvm/test/CodeGen/X86/shift-parts.ll: FileCheck-ize. (from r212640)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@212709 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5290734b8f
commit
e93de7fb73
@ -1,10 +1,12 @@
|
||||
; RUN: llc < %s -march=x86-64 | grep shrdq
|
||||
; RUN: llc -march=x86-64 < %s | FileCheck %s
|
||||
; PR4736
|
||||
|
||||
%0 = type { i32, i8, [35 x i8] }
|
||||
|
||||
@g_144 = external global %0, align 8 ; <%0*> [#uses=1]
|
||||
|
||||
; CHECK: shrdq
|
||||
|
||||
define i32 @int87(i32 %uint64p_8) nounwind {
|
||||
entry:
|
||||
%srcval4 = load i320* bitcast (%0* @g_144 to i320*), align 8 ; <i320> [#uses=1]
|
||||
|
Loading…
x
Reference in New Issue
Block a user