brintos

brintos / llvm-project-archived public Read only

0
0
Text · 318 B · 7b672c9 Raw
13 lines · plain
1; RUN: llc < %s -mtriple=i686-- | FileCheck %s2; PR52813 4; After scaling, this type doesn't fit in memory. Codegen should generate5; correct addressing still.6 7; CHECK: shll $2, %edx8 9define fastcc ptr @_ada_smkr(ptr %u, i32 %t) nounwind {10  %x = getelementptr [2147483647 x i32], ptr %u, i32 %t, i32 011  ret ptr %x12}13