llvm-project
d5167c84
- [DAGCombiner] Allow tryToFoldExtOfLoad to use a sextload for zext nneg. (#81714)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
1 year ago
[DAGCombiner] Allow tryToFoldExtOfLoad to use a sextload for zext nneg. (#81714) If the load is used by any signed setccs, we can use a sextload instead of zextload. Then we don't have to give up on extending the load.
References
#81714 - [DAGCombiner] Allow tryToFoldExtOfLoad to use a sextload for zext nneg.
Author
topperc
Parents
80747616
Loading