Vector.splice mask operation need additional two operand extend and truncate. So, I try to adjust cost model with adding extend and truncate cost.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Event Timeline
Comment Actions
I'm a bit confused. It sounds like the sequence you're describing is inserted during legalization? If so, why is this not covered by the existing use of legalization cost?
Also, it would help me to understand your intent if you included the generated code for an example in the review description.