[all-commits] [llvm/llvm-project] e9f401: [IR] CallBase::getBundleOpInfoForOperand - ensure ...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Mon Jan 4 07:35:13 PST 2021
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: e9f401d8a261e747f5dfc9e297f12ab26e56893d
https://github.com/llvm/llvm-project/commit/e9f401d8a261e747f5dfc9e297f12ab26e56893d
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2021-01-04 (Mon, 04 Jan 2021)
Changed paths:
M llvm/lib/IR/Instructions.cpp
Log Message:
-----------
[IR] CallBase::getBundleOpInfoForOperand - ensure Current iterator is defined. NFCI.
Fix clang static analyzer undefined pointer warning in the case Begin == End.
More information about the All-commits
mailing list