This website requires JavaScript.
Explore
Help
Sign In
shylie
/
llvm-project
Watch
1
Star
0
Fork
0
You've already forked llvm-project
Code
Issues
Pull Requests
Actions
6
Packages
Projects
Releases
Wiki
Activity
llvm-project
/
llvm
/
test
/
Transforms
/
ConstraintElimination
History
Florian Hahn
7fa14a7c69
[ConstraintElimination] Decompose GEP with arbitrary offsets.
...
This patch decomposes `GEP %x, %offset` as 0 + 1 * %x + 1 * %off.
2020-11-19 22:49:21 +00:00
..
add-nuw.ll
[ConstraintElimination] Decompose add nuw/sub nuw.
2020-11-18 20:29:30 +00:00
add.ll
[ConstraintElimination] Add add/sub/and/or test cases.
2020-10-13 13:18:32 +01:00
and.ll
[ConstraintElimination] Add support for And.
2020-11-17 14:12:15 +00:00
dom.ll
[NewPM] Port ConstraintElimination to the new pass manager
2020-09-27 11:12:26 -07:00
geps.2d.ll
…
geps.ll
[ConstraintElimination] Decompose GEP with arbitrary offsets.
2020-11-19 22:49:21 +00:00
i128.ll
…
loops.ll
…
mixed.ll
…
or.ll
[ConstraintElimination] Add support for Or.
2020-11-16 21:48:38 +00:00
sub-nuw.ll
[ConstraintElimination] Decompose add nuw/sub nuw.
2020-11-18 20:29:30 +00:00
sub.ll
[ConstraintElimination] Add add/sub/and/or test cases.
2020-10-13 13:18:32 +01:00
uge.ll
…
ugt-ule.ll
…
ule.ll
…