[PATCH] Added more insertps optimizations

Filipe Cabecinhas filcab+llvm.phabricator at gmail.com
Mon May 19 14:38:09 PDT 2014


Thanks Andrea. Committed as r209156.

================
Comment at: lib/Target/X86/X86InstrSSE.td:6553
@@ -6552,1 +6552,3 @@
 
+let Predicates = [UseSSE41] in
+  // If we're inserting an element from a load or a null pshuf of a load,
----------------
The lack of {} is what you get when you add a second pattern and forget to add the {}.

http://reviews.llvm.org/D3581






More information about the llvm-commits mailing list