[PATCH] D69139: [Types] Define a changeBitWidth for Types and make use of it.

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 17 14:27:50 PDT 2019


dmgreen created this revision.
dmgreen added reviewers: lebedev.ri, nikic, spatel.
Herald added a project: LLVM.

This is designed to change the bitwidth of a type without altering the number of vector lanes. Also useful in D68651 <https://reviews.llvm.org/D68651>. Otherwise an NFC.


https://reviews.llvm.org/D69139

Files:
  llvm/include/llvm/CodeGen/BasicTTIImpl.h
  llvm/include/llvm/IR/DerivedTypes.h
  llvm/include/llvm/IR/Type.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69139.225518.patch
Type: text/x-patch
Size: 4894 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191017/92e235f1/attachment.bin>


More information about the llvm-commits mailing list