Define vector vfsgnj/vfsgnjn/vfsgnjx intrinsics and lower them to V
instructions.
We work with @rogfer01 from BSC to come out this patch.
Authored-by: Roger Ferrer Ibanez <rofirrim@gmail.com>
Co-Authored-by: Hsiangkai Wang <kai.wang@sifive.com>
Paths
| Differential D93581
[RISCV] Define vector vfsgnj/vfsgnjn/vfsgnjx intrinsics. ClosedPublic Authored by HsiangKai on Dec 19 2020, 6:05 AM.
Details Summary Define vector vfsgnj/vfsgnjn/vfsgnjx intrinsics and lower them to V We work with @rogfer01 from BSC to come out this patch. Authored-by: Roger Ferrer Ibanez <rofirrim@gmail.com>
Diff Detail
Event TimelineHerald added subscribers: NickHung, luismarques, apazos and 24 others. · View Herald TranscriptDec 19 2020, 6:06 AM This revision is now accepted and ready to land.Dec 19 2020, 10:16 AM This revision was landed with ongoing or failed builds.Dec 20 2020, 2:00 AM Closed by commit rGbd576ac8d4b1: [RISCV] Define vector vfsgnj/vfsgnjn/vfsgnjx intrinsics. (authored by HsiangKai). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 312961 llvm/include/llvm/IR/IntrinsicsRISCV.td
llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
llvm/test/CodeGen/RISCV/rvv/vfsgnj-rv32.ll
llvm/test/CodeGen/RISCV/rvv/vfsgnj-rv64.ll
llvm/test/CodeGen/RISCV/rvv/vfsgnjn-rv32.ll
llvm/test/CodeGen/RISCV/rvv/vfsgnjn-rv64.ll
llvm/test/CodeGen/RISCV/rvv/vfsgnjx-rv32.ll
llvm/test/CodeGen/RISCV/rvv/vfsgnjx-rv64.ll
|