[PATCH] D14612: [mips] Use multiclass patterns for f32/f64 comparisons and i32 selects.

Vasileios Kalintiris via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 12 04:55:14 PST 2015


vkalintiris created this revision.
vkalintiris added a reviewer: dsanders.
vkalintiris added a subscriber: llvm-commits.
Herald added a subscriber: dsanders.

Although the multiclass for i32 selects might seem redundant as it has
only one instantiation, we will use it to replace the correspondent
patterns in Mips64r6InstrInfo.td in follow-up commits.

http://reviews.llvm.org/D14612

Files:
  lib/Target/Mips/Mips32r6InstrInfo.td

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14612.40034.patch
Type: text/x-patch
Size: 8248 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151112/938b2840/attachment.bin>


More information about the llvm-commits mailing list