[PATCH] D120449: [RISCV][RVV] Add strict vfcvt intrinsics that have side effects for dynamically-set rounding mode
ShihPo Hung via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 2 01:51:51 PST 2022
arcbbb updated this revision to Diff 412356.
arcbbb edited the summary of this revision.
arcbbb added a comment.
Herald added a project: All.
Update:
1. Remove Clang changes to make this patch smaller for review
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D120449/new/
https://reviews.llvm.org/D120449
Files:
llvm/include/llvm/IR/IntrinsicsRISCV.td
llvm/lib/Target/RISCV/RISCVISelLowering.cpp
llvm/lib/Target/RISCV/RISCVISelLowering.h
llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
llvm/lib/Target/RISCV/RISCVInstrInfoVVLPatterns.td
llvm/test/CodeGen/RISCV/rvv/strict-vfcvt-f-x.ll
llvm/test/CodeGen/RISCV/rvv/strict-vfcvt-f-xu.ll
llvm/test/CodeGen/RISCV/rvv/strict-vfcvt-x-f.ll
llvm/test/CodeGen/RISCV/rvv/strict-vfcvt-xu-f.ll
llvm/test/CodeGen/RISCV/rvv/strict-vfncvt-f-f.ll
llvm/test/CodeGen/RISCV/rvv/strict-vfncvt-f-x.ll
llvm/test/CodeGen/RISCV/rvv/strict-vfncvt-f-xu.ll
llvm/test/CodeGen/RISCV/rvv/strict-vfncvt-x-f.ll
llvm/test/CodeGen/RISCV/rvv/strict-vfncvt-xu-f.ll
llvm/test/CodeGen/RISCV/rvv/strict-vfwcvt-f-f.ll
llvm/test/CodeGen/RISCV/rvv/strict-vfwcvt-f-x.ll
llvm/test/CodeGen/RISCV/rvv/strict-vfwcvt-f-xu.ll
llvm/test/CodeGen/RISCV/rvv/strict-vfwcvt-x-f.ll
llvm/test/CodeGen/RISCV/rvv/strict-vfwcvt-xu-f.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D120449.412356.patch
Type: text/x-patch
Size: 382962 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220302/d6c72f8f/attachment-0001.bin>
More information about the llvm-commits
mailing list