repo.or.cz
/
llvm
/
stm8.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add a small missed optimization: turn X == C ? X : Y into X == C ? C : Y. This
[llvm/stm8.git]
/
test
/
CodeGen
/
X86
/
dg.exp
blob
629a1477361506498c204b6a0e1c72b059e60128
1
load_lib llvm.exp
2
3
if
{ [
llvm_supports_target X86
] } {
4
RunLLVMTests
[
lsort
[
glob
-
nocomplain $srcdir
/
$subdir
/*
.
{
ll
,
c
,
cpp
}]]
5
}