[PATCH] D69139: [Types] Define a changeBitWidth for Types and make use of it.
Dávid Bolvanský via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 17 14:46:45 PDT 2019
xbolva00 added inline comments.
================
Comment at: llvm/include/llvm/IR/Type.h:388
+ /// whilst keeping the old number of lanes.
+ inline Type *changeBitWidth(unsigned NewBitwidth) const;
+
----------------
NewBitWidth
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69139/new/
https://reviews.llvm.org/D69139
More information about the llvm-commits
mailing list