repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[InstCombine] Signed saturation patterns
[llvm-complete.git]
/
test
/
CodeGen
/
MIR
/
X86
/
expected-power-of-2-after-align.mir
blob
0842d96cac2bd4a736b49fc48cbe5600fbd8406e
1
# RUN: not llc -march=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]]:50: expected a power-of-2 literal after 'align'
10
%1:_(s64) = G_LOAD %0(p0) :: (load 8, align 0)
11
...
12