[PATCH] D14762: X86-FMA3: Memory folding for scalar loads + FMA3
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 23 15:27:48 PST 2015
RKSimon added a subscriber: RKSimon.
================
Comment at: llvm/lib/Target/X86/X86InstrFMA.td:233
@@ -232,3 +232,3 @@
VEX_W;
// These patterns use the 123 ordering, instead of 213, even though
----------------
Please would it be possible to add ExecutionDomains to these definitions? For some reason only the packed FMA instructions have Single/Double domains set.
http://reviews.llvm.org/D14762
More information about the llvm-commits
mailing list