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 ↗ | (On Diff #528808) | 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 ↗ | (On Diff #528808) | The behavior for inactive elements is undefined, so I think we don't need to care them. |