llvm-project
91c52b96
- [DAG] Pull out repeated SDLoc() from SHL/SRL/SRA combines. NFC.
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
1 year ago
[DAG] Pull out repeated SDLoc() from SHL/SRL/SRA combines. NFC. We were always calling SDLoc(N) at the top of each visitSHL/SRL/SRA for the FoldConstantArithmetic call, so just reuse this as much as possible.
Author
RKSimon
Committer
RKSimon
Parents
38c68e07
Loading