Note: Some patterns in visitFMA are needed refined to support splat of constant.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp | ||
---|---|---|
6819 | Is the negation of VP_FNEG still operand 0 if the mask isn't all ones or the EVL is less than the vector width? |
llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp | ||
---|---|---|
6819 | The behavior for inactive elements is undefined, so I think we don't need to care them. |
Is the negation of VP_FNEG still operand 0 if the mask isn't all ones or the EVL is less than the vector width?