This website requires JavaScript.
Explore
Help
Sign In
RPCS3
/
archived-llvm-mirror
Watch
1
Star
0
Fork
0
You've already forked archived-llvm-mirror
mirror of
https://github.com/RPCS3/llvm-mirror.git
synced
2026-01-31 01:35:20 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
d94de4cf58eddba11987b4e385c9fafdca086b81
archived-llvm-mirror
/
lib
/
Transforms
/
AggressiveInstCombine
History
Vedant Kumar
1d99435130
[AggressiveInstCombine] Use use_empty() instead of !getNumUses(), NFC
...
use_empty() runs in O(1), whereas getNumUses() runs in O(# uses). llvm-svn: 326635
2018-03-02 23:22:49 +00:00
..
AggressiveInstCombine.cpp
[AggressiveInstCombine] Make TruncCombine class ignore unreachable basic blocks.
2018-01-31 10:41:31 +00:00
AggressiveInstCombineInternal.h
[AggressiveInstCombine] Make TruncCombine class ignore unreachable basic blocks.
2018-01-31 10:41:31 +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