brintos

brintos / llvm-project-archived public Read only

0
0
Text · 297 B · e129d4c Raw
11 lines · plain
1# RUN: not llc -run-pass none -o /dev/null %s 2>&1 | FileCheck %s2 3---4name: aligned_memoperands5body: |6  bb.0:7    %0:_(p0) = IMPLICIT_DEF8    ; CHECK: :[[@LINE+1]]:73: specified alignment is more aligned than offset9    %1:_(s32) = G_LOAD %0 :: (load (s32) from `i32* undef` + 12, align 8)10...11