[all-commits] [llvm/llvm-project] 3edb41: [Types] Define a getWithNewBitWidth for Types and ...
David Green via All-commits
all-commits at lists.llvm.org
Mon Oct 21 07:50:35 PDT 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 3edb41654650d5d0ad02e5f6af3c187cf0c59fd0
https://github.com/llvm/llvm-project/commit/3edb41654650d5d0ad02e5f6af3c187cf0c59fd0
Author: David Green <david.green at arm.com>
Date: 2019-10-21 (Mon, 21 Oct 2019)
Changed paths:
M llvm/include/llvm/CodeGen/BasicTTIImpl.h
M llvm/include/llvm/IR/DerivedTypes.h
M llvm/include/llvm/IR/Type.h
Log Message:
-----------
[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
llvm-svn: 375417
More information about the All-commits
mailing list