This website requires JavaScript.
Explore
Help
Register
Sign In
caio
/
clang-p2996
Watch
1
Star
0
Fork
0
You've already forked clang-p2996
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
71c3a3fac521be022d493cd78e9ec00a7a42dae5
clang-p2996
/
llvm
/
lib
/
Transforms
/
AggressiveInstCombine
History
Simon Pilgrim
f53ee8e640
Fix '32-bit shift implicitly converted to 64 bits' warning by using APInt::setBit instead.
...
llvm-svn: 331359
2018-05-02 14:22:30 +00:00
..
AggressiveInstCombine.cpp
Fix '32-bit shift implicitly converted to 64 bits' warning by using APInt::setBit instead.
2018-05-02 14:22:30 +00:00
AggressiveInstCombineInternal.h
Remove unused header to fix layering.
2018-03-29 22:35:59 +00:00
CMakeLists.txt
Another try to commit 323321 (aggressive instruction combine).
2018-01-25 12:06:32 +00:00
LLVMBuild.txt
Another try to commit 323321 (aggressive instruction combine).
2018-01-25 12:06:32 +00:00
TruncInstCombine.cpp
[AggressiveInstCombine] Use use_empty() instead of !getNumUses(), NFC
2018-03-02 23:22:49 +00:00