This website requires JavaScript.
Explore
Help
Sign In
maxjhandsome
/
llvm-project
forked from
OSchip/llvm-project
Watch
1
Star
0
Fork
You've already forked llvm-project
0
Code
Issues
Pull Requests
Packages
Releases
Wiki
Activity
654f2d2037
llvm-project
/
llvm
/
test
/
Transforms
/
ConstantHoisting
/
X86
/
lit.local.cfg
4 lines
68 B
INI
Raw
Normal View
History
Unescape
Escape
Reduce verbiage of lit.local.cfg files We can just split targets_to_build in one place and make it immutable. llvm-svn: 210496
2014-06-10 06:42:55 +08:00
if not 'X86' in config.root.targets:
ConstantHoisting: We can't insert instructions directly in front of a PHI node. Insert before the terminating instruction of the dominating block instead. llvm-svn: 200218
2014-01-27 21:11:43 +08:00
config.unsupported
=
True