repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[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
blob
d80dbee5af1c2765abd1c8b40804dfc117ee2a54
1
# RUN: not llc -mtriple=x86_64 -run-pass none -o /dev/null %s 2>&1 | FileCheck %s
2
3
---
4
name: align_0
5
body: |
6
bb.0:
7
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
...
12