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
Follow up to d0858bffa11, add missing REQUIRES x86
[llvm-project.git]
/
llvm
/
test
/
tools
/
UpdateTestChecks
/
update_mir_test_checks
/
Inputs
/
x86-simplify-mir.ll.expected
blob
026e1dbf7b2369db8981302ae8b46072a8d588bc
1
; NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py
2
; RUN: llc < %s -mtriple=x86_64 -stop-after=finalize-isel -simplify-mir | FileCheck %s
3
4
define void @f() {
5
; CHECK-LABEL: name: f
6
; CHECK: bb.0 (%ir-block.0):
7
; CHECK-NEXT: RET 0
8
ret void
9
}