You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[TTI][RISCV] Model cost of loading constants arms of selects and compares (llvm#109824)
This follows in the spirit of 7d82c99,
and extends the costing API for compares and selects to provide
information about the operands passed in an analogous manner. This
allows us to model the cost of materializing the vector constant, as
some select-of-constants are significantly more expensive than others
when you account for the cost of materializing the constants involved.
This is a stepping stone towards fixing
llvm#109466. A separate SLP patch
will be required to utilize the new API.
0 commit comments