Skip to content
GitLab
Explore
Sign in
This is an archived project. Repository and other project resources are read-only.
llvm-epi-0.8
llvm
lib
Transforms
Scalar
JumpThreading.cpp
Find file
Blame
History
Permalink
Make jump threading honor x|undef -> true and x&undef -> false,
· d924f636
Chris Lattner
authored
Feb 11, 2010
instead of considering x|undef -> x, which may not be true. llvm-svn: 95850
d924f636
Loading