[PATCH] D16956: [X86][SSE1] Add MOVLHPS/MOVHLPS lowering and memory folding support

Sanjay Patel via llvm-commits llvm-commits at lists.llvm.org
Sun Feb 7 13:37:26 PST 2016


spatel added inline comments.

================
Comment at: lib/Target/X86/X86InstrInfo.cpp:5745
@@ -5725,3 +5744,3 @@
 ///
 static bool hasPartialRegUpdate(unsigned Opcode) {
   switch (Opcode) {
----------------
Should MOVHPS/MOVLPS/MOVLHPS/MOVHLPS be in this list?


Repository:
  rL LLVM

http://reviews.llvm.org/D16956





More information about the llvm-commits mailing list