[all-commits] [llvm/llvm-project] 738abf: [NFC] Remove checking pointee type for byval/preal...
aeubanks via All-commits
all-commits at lists.llvm.org
Thu Jun 3 19:10:22 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 738abfdbea21acd2597d83ad3390daf5696b6d07
https://github.com/llvm/llvm-project/commit/738abfdbea21acd2597d83ad3390daf5696b6d07
Author: Arthur Eubanks <aeubanks at google.com>
Date: 2021-06-03 (Thu, 03 Jun 2021)
Changed paths:
M llvm/include/llvm/IR/InstrTypes.h
Log Message:
-----------
[NFC] Remove checking pointee type for byval/preallocated type
These currently always require a type parameter. The bitcode reader
already upgrades old bitcode without the type parameter to use the
pointee type.
More information about the All-commits
mailing list