[PATCH] D42544: [X86][AVX512] Add combining support for X86ISD::VTRUNCS

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 26 11:11:03 PST 2018


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

LGTM after removing those unneded lambda captures.



================
Comment at: lib/Target/X86/X86ISelLowering.cpp:34220
+
+  auto MatchMinMax = [NumDstBits, NumSrcBits](SDValue V, unsigned Opcode,
+                                              const APInt &Limit) {
----------------
The lambda captures here look to be unused.


Repository:
  rL LLVM

https://reviews.llvm.org/D42544





More information about the llvm-commits mailing list