[PATCH] D78176: [X86] Various improvements to our vector splitting helpers for lowering. NFC

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 15 03:47:34 PDT 2020


RKSimon added a comment.

Thanks for the cleanup!



================
Comment at: llvm/lib/Target/X86/X86ISelLowering.cpp:5814
+
+  return std::make_pair(Lo, Hi);
+}
----------------
Can we trust SelectionDAG::SplitVector instead do you think? I noticed LowerTRUNCATE is using it.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D78176/new/

https://reviews.llvm.org/D78176





More information about the llvm-commits mailing list