[PATCH] D27899: Target specific memory node in DAG.

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 18 18:01:02 PST 2016


craig.topper added a comment.

Does this patch remove the existing patterns for these intrinsics?



================
Comment at: ../lib/Target/X86/X86ISelLowering.cpp:19704
+    case X86ISD::VTRUNCS: {
+      bool isSigned = (TruncationOp == X86ISD::VTRUNCS);
+      if (isAllOnesConstant(Mask))
----------------
Variable names should be capitalized.


Repository:
  rL LLVM

https://reviews.llvm.org/D27899





More information about the llvm-commits mailing list