You've already forked linux-packaging-mono
Imported Upstream version 6.0.0.172
Former-commit-id: f3cc9b82f3e5bd8f0fd3ebc098f789556b44e9cd
This commit is contained in:
parent
8016999e4d
commit
64ac736ec5
12
external/llvm/test/CodeGen/X86/large-gep-scale.ll
vendored
Normal file
12
external/llvm/test/CodeGen/X86/large-gep-scale.ll
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
; RUN: llc < %s -mtriple=i686-- | FileCheck %s
|
||||
; PR5281
|
||||
|
||||
; After scaling, this type doesn't fit in memory. Codegen should generate
|
||||
; correct addressing still.
|
||||
|
||||
; CHECK: shll $2, %edx
|
||||
|
||||
define fastcc i32* @_ada_smkr([2147483647 x i32]* %u, i32 %t) nounwind {
|
||||
%x = getelementptr [2147483647 x i32], [2147483647 x i32]* %u, i32 %t, i32 0
|
||||
ret i32* %x
|
||||
}
|
Reference in New Issue
Block a user