]> granicus.if.org Git - llvm/commit
[Types] Define a getWithNewBitWidth for Types and make use of it
authorDavid Green <david.green@arm.com>
Mon, 21 Oct 2019 14:51:49 +0000 (14:51 +0000)
committerDavid Green <david.green@arm.com>
Mon, 21 Oct 2019 14:51:49 +0000 (14:51 +0000)
commit4bdbcfddafb2d3a3efabc626939c0f1c53038700
tree51f702b56332dd9423e30847de1a506bba0a5bd8
parent9694ebf5f74421ebab8c9dc85affb1a470d589ec
[Types] Define a getWithNewBitWidth for Types and make use of it

This is designed to change the bitwidth of a type without altering the number
of vector lanes. Also useful in D68651. Otherwise an NFC.

Differential Revision: https://reviews.llvm.org/D69139

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@375417 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/BasicTTIImpl.h
include/llvm/IR/DerivedTypes.h
include/llvm/IR/Type.h