[mlir][inline] Fix Issue#82401: Infinite loop in MLIR inliner for indirect recursive...
[llvm-project.git] / llvm / test / CodeGen / MIR / X86 / expected-power-of-2-after-align.mir
blobd80dbee5af1c2765abd1c8b40804dfc117ee2a54
1 # RUN: not llc -mtriple=x86_64 -run-pass none -o /dev/null %s 2>&1 | FileCheck %s
3 ---
4 name: align_0
5 body: |
6   bb.0:
8     %0:_(p0) = IMPLICIT_DEF
9     ; CHECK: [[@LINE+1]]:54: expected a power-of-2 literal after 'align'
10     %1:_(s64) = G_LOAD %0(p0) :: (load (s64), align 0)
11 ...