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
/
x86-simplify-mir.test
blob
318b292bb918c6405d2fbd18acaf7ac5c39aa30c
1
# REQUIRES: x86-registered-target
2
## Check that update_mir_test_checks handles -simplify-mir
3
4
# RUN: cp -f %S/Inputs/x86-simplify-mir.ll %t.ll && %update_mir_test_checks %t.ll
5
# RUN: diff -u %S/Inputs/x86-simplify-mir.ll.expected %t.ll