[PATCH] D54919: [X86] Add a DAG combine pre type legalization to widen division by constant splat on narrow vectors to avoid scalarization

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 29 03:43:09 PST 2018


RKSimon accepted this revision.
RKSimon added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: lib/Target/X86/X86ISelLowering.cpp:41100
+  case ISD::UREM:
+  case ISD::SREM: return combineDivRem(N, DAG, DCI);
   }
----------------
match indentation of the other combines


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

https://reviews.llvm.org/D54919





More information about the llvm-commits mailing list