llvm-project
d0caa41c
- [GISel] import pattern `(A-(B-C)) to A+(C-B)` (#181676)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
4 days ago
[GISel] import pattern `(A-(B-C)) to A+(C-B)` (#181676) This PR imports the rewrite pattern `(A-(B-C)) to A+(C-B)` from selectionDAG to GlobalISel. The rewrite should only trigger when `B-C` is used once.
References
#181676 - [GISel] import pattern `(A-(B-C)) to A+(C-B)`
Author
luisacicolini
Parents
9050794e
Loading