[PATCH] D54205: [RISCV] Add support for the various RISC-V FMA instruction variants
Luís Marques via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 4 05:44:39 PST 2018
luismarques updated this revision to Diff 176610.
luismarques added a comment.
Fixes the issues pointed out by Alex Bradbury.
Some of the existing tests on the touched test files were changed:
- Added nounwind attribute;
- Fixed use of tabs, replaced with two spaces.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D54205/new/
https://reviews.llvm.org/D54205
Files:
lib/Target/RISCV/RISCVISelLowering.cpp
lib/Target/RISCV/RISCVInstrInfoD.td
lib/Target/RISCV/RISCVInstrInfoF.td
test/CodeGen/RISCV/alu32.ll
test/CodeGen/RISCV/double-arith.ll
test/CodeGen/RISCV/double-intrinsics.ll
test/CodeGen/RISCV/float-arith.ll
test/CodeGen/RISCV/float-intrinsics.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D54205.176610.patch
Type: text/x-patch
Size: 29214 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181204/8d5bd257/attachment.bin>
More information about the llvm-commits
mailing list