[all-commits] [llvm/llvm-project] eeabd9: [NFC] Cleanup off by one indexes in CallBase::data...
aeubanks via All-commits
all-commits at lists.llvm.org
Tue Sep 7 14:52:31 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: eeabd90efd2697d186adf4ef9200fb01a5c67de2
https://github.com/llvm/llvm-project/commit/eeabd90efd2697d186adf4ef9200fb01a5c67de2
Author: Arthur Eubanks <aeubanks at google.com>
Date: 2021-09-07 (Tue, 07 Sep 2021)
Changed paths:
M llvm/include/llvm/IR/InstrTypes.h
Log Message:
-----------
[NFC] Cleanup off by one indexes in CallBase::dataOperandHasImpliedAttr()
Verified that previously nothing was calling dataOperandHasImpliedAttr()
with AttributeList::ReturnIndex even though we had a code path for it.
Reviewed By: rnk
Differential Revision: https://reviews.llvm.org/D109390
More information about the All-commits
mailing list