Details
Details
- Reviewers
frasercrmck - Commits
- rGc82f442954d7: [RISCV] Support fixed vector copysign.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM otherwise.
llvm/test/CodeGen/RISCV/rvv/fixed-vectors-fp.ll | ||
---|---|---|
419 | It might be worthwhile adding some extra tests to cover the FCOPYSIGN dag combine which reorders fpext/fptrunc and fneg. It looks like it was written such that it "just works" but you never know. |
It might be worthwhile adding some extra tests to cover the FCOPYSIGN dag combine which reorders fpext/fptrunc and fneg. It looks like it was written such that it "just works" but you never know.