Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / CodeGen / MIR / Generic / aligned-memoperands-err.mir
blobe129d4c661961f212084b54286e4356272caa34f
1 # RUN: not llc -run-pass none -o /dev/null %s 2>&1 | FileCheck %s
3 ---
4 name: aligned_memoperands
5 body: |
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 ...