The fadd in these test cases is constrained and may set fflags differently
depending on the active elements (the nofpexcept flag isn't set on the node).
Therefore to preserve semantics we shouldn't change its mask.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM w/comment.
llvm/test/CodeGen/RISCV/rvv/rvv-peephole-vmerge-vops.ll | ||
---|---|---|
382 | Add a bit to the comment to emphasize that suppressing exceptions is also disallowed by "fpexcept.strict". Removing exceptions is fine under both ignore and maytrap, so it's good to emphasize that bit of the semantic. |
Add a bit to the comment to emphasize that suppressing exceptions is also disallowed by "fpexcept.strict". Removing exceptions is fine under both ignore and maytrap, so it's good to emphasize that bit of the semantic.