This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Add support for scalable vector fneg using vfsgnjn.vv
ClosedPublic

Authored by craig.topper on Jan 27 2021, 2:54 PM.

Diff Detail

Event Timeline

craig.topper created this revision.Jan 27 2021, 2:54 PM
craig.topper requested review of this revision.Jan 27 2021, 2:54 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 27 2021, 2:54 PM
Herald added a subscriber: MaskRay. · View Herald Transcript
frasercrmck added inline comments.Jan 28 2021, 1:13 AM
llvm/test/CodeGen/RISCV/rvv/vfneg-sdnode-rv32.ll
2 ↗(On Diff #319686)

Can we also test RV64 as part of this test?

craig.topper added inline comments.Jan 28 2021, 1:34 AM
llvm/test/CodeGen/RISCV/rvv/vfneg-sdnode-rv32.ll
2 ↗(On Diff #319686)

You mean ,ergo the two files?

frasercrmck added inline comments.Jan 28 2021, 1:37 AM
llvm/test/CodeGen/RISCV/rvv/vfneg-sdnode-rv32.ll
2 ↗(On Diff #319686)

Oh, I think I got mixed up between this and the fixed-length patch! I thought there wasn't a separate RV64 test. I'd be happy to merge them since I think the IR is identical, but I'll leave that up to you.

This revision is now accepted and ready to land.Jan 28 2021, 1:39 AM
This revision was landed with ongoing or failed builds.Jan 28 2021, 9:12 AM
This revision was automatically updated to reflect the committed changes.