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
/
SLPVectorizer
/
SystemZ
History
Alexey Bataev
07a566793b
[SLP]Fix PR87477: fix alternate node cast cost/codegen.
...
Have to compare actual type size to pick up proper cast operation opcode.
2024-04-03 10:00:03 -07:00
..
ext-alt-node-must-ext.ll
[SLP]Fix PR87477: fix alternate node cast cost/codegen.
2024-04-03 10:00:03 -07:00
ext-not-resized-op-resized.ll
[SLP]Fix PR80027: handle case when ext is not reduced but its operand is.
2024-04-02 09:32:25 -07:00
lit.local.cfg
…
minbitwidth-non-vector-root.ll
[SLP]Fix PR79193: skip analysis of gather nodes for minbitwidth.
2024-01-23 12:44:49 -08:00
minbitwidth-root-trunc.ll
[SLP]Fix PR86763: do not truncate reductions to the demanded bits size.
2024-03-27 14:34:59 -07:00
minbitwidth-trunc.ll
[SLP]Fix PR80027: Fix costs processing for minbitwidth types.
2024-01-30 10:32:55 -08:00
pr34619.ll
…
reorder-same-node.ll
[SLP]FIx PR81403: compiler crah because wrongly resized vector value.
2024-02-12 10:27:25 -08:00
SLP-cmp-cost-query.ll
…