[PATCH] D33400: [mips] Add madd4 subtarget feature
Stefan Maksimovic via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 1 04:33:50 PDT 2017
smaksimovic updated this revision to Diff 101006.
smaksimovic added a comment.
Renamed prefixes.
Additionally, noticed that some of the MC tests were failing due to llvm-mc incorrectly interpreting the newly added feature. Changed `AssemblerPredicate<"FeatureMadd4">` to ` AssemblerPredicate<"!FeatureMadd4">` to fix the issue.
https://reviews.llvm.org/D33400
Files:
lib/Target/Mips/Mips.td
lib/Target/Mips/MipsInstrFPU.td
lib/Target/Mips/MipsInstrInfo.td
lib/Target/Mips/MipsSubtarget.cpp
lib/Target/Mips/MipsSubtarget.h
test/CodeGen/Mips/fmadd1.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33400.101006.patch
Type: text/x-patch
Size: 32494 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170601/9eae79bc/attachment.bin>
More information about the llvm-commits
mailing list