1# RUN: not llc -run-pass none -o /dev/null %s 2>&1 | FileCheck %s 2 3--- 4name: aligned_memoperands 5body: | 6 bb.0: 7 %0:_(p0) = IMPLICIT_DEF 8 ; CHECK: :[[@LINE+1]]:73: specified alignment is more aligned than offset 9 %1:_(s32) = G_LOAD %0 :: (load (s32) from `i32* undef` + 12, align 8) 10... 11