llvm-project
cbb2aa9b
- InstCombine: Replace some isa<FPMathOperator> with dyn_cast (#172356)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
25 days ago
InstCombine: Replace some isa<FPMathOperator> with dyn_cast (#172356) This isa and get flag pattern is essentially an abstracted isa and dyn_cast, so make this more direct.
References
#172356 - InstCombine: Replace some isa<FPMathOperator> with dyn_cast
Author
arsenm
Parents
0009536b
Loading