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
Target
README.txt
Find file
Blame
History
Permalink
InstCombine: Fold A-b == C --> b == A-C if A and C are constants.
· c970849e
Benjamin Kramer
authored
Jun 13, 2011
The backend already knew this trick. llvm-svn: 132915
c970849e
Loading