Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
38686bdffdebc09aa6fe6b8b54b34ac32c753f59
/
lib
/
CodeGen
/
OptimizeExts.cpp
1feeada
Handle DEBUG_VALUE in this pass.
by Dale Johannesen
· 15 years ago
518bb53
move target-independent opcodes out of TargetInstrInfo
by Chris Lattner
· 15 years ago
590d16b
Do not extend extension results beyond the use of a PHI instruction at the start of a use block. A PHI use is expected to kill its source values.
by Evan Cheng
· 16 years ago
eb18812
Commit some changes I had managed to lose last night while refactoring the code. Avoid change use of PHI instructions because it's not legal to insert any instructions before them.
by Evan Cheng
· 16 years ago
d89d518
Add comment; refactor; avoid pulling in DT if it's not used.
by Evan Cheng
· 16 years ago
7da9ecf
Add a quick pass to optimize sign / zero extension instructions. For targets where the pre-extension values are available in the subreg of the result of the extension, replace the uses of the pre-extension value with the result + extract_subreg.
by Evan Cheng
· 16 years ago