[PATCH] D48236: [IR] move shuffle mask queries from TTI to ShuffleVectorInst

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jun 17 16:27:22 PDT 2018


spatel updated this revision to Diff 151650.
spatel added a comment.

Uploaded the wrong draft - went overboard on the 'const &' on that last one. An ArrayRef is a const ref.


https://reviews.llvm.org/D48236

Files:
  include/llvm/IR/Instructions.h
  lib/Analysis/TargetTransformInfo.cpp
  lib/IR/Instructions.cpp
  unittests/IR/InstructionsTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48236.151650.patch
Type: text/x-patch
Size: 26346 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180617/d85feb12/attachment.bin>


More information about the llvm-commits mailing list