User Details
- User Since
- Jan 31 2013, 4:40 AM (492 w, 50 m)
Today
Fri, Jul 1
Reworked addition of the reduction. For logical ops, reduction result is added as a first operand,
it is safe to use it as an LHS in scalar logical ands/ors.
For others, it is added as a last operand.
LG
Fixes and improvements.
Thu, Jun 30
LG
LG
LG
Wed, Jun 29
LG
Tue, Jun 28
Can you accept the patch?
Address comments.
LG
Address comments
Address comment
Rebase
Added a fix for gathers reordering
Mon, Jun 27
LG
LG
Fri, Jun 24
Address comments
Rebase
LG
Thu, Jun 23
LG
Wed, Jun 22
LG
Removed getConstantBuildVectorCost, the analysis for constant values already exists in getArithmeticInstrCost. Added support for const operand for stores in getMemoryOpCost function.
Ping!
Ping!
Ping!
Ping!
Tue, Jun 21
What about the description? Shall we still emit if(0)?
Fri, Jun 17
Adjust OffsetBeg for better shuffle mask estimation.
Thu, Jun 16
Address comments
provide full context of the changes.
Wed, Jun 15
Why do we need to insert new implicit DSA? Only explicit DSAs are expected to be stored, implicit ones can be deduced using the rules.
LG
Tue, Jun 14
Rebase
Rebase
Fixed order of checks.
Address comments
Improve checks to avoid regressions