[all-commits] [llvm/llvm-project] 3da477: [IR] Move CallBase::getOperandBundlesAsDefs out of...
Reid Kleckner via All-commits
all-commits at lists.llvm.org
Fri Jan 24 17:25:47 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 3da47749ddd0cfcaa829137a2329a67e20def937
https://github.com/llvm/llvm-project/commit/3da47749ddd0cfcaa829137a2329a67e20def937
Author: Reid Kleckner <rnk at google.com>
Date: 2020-01-24 (Fri, 24 Jan 2020)
Changed paths:
M llvm/include/llvm/IR/InstrTypes.h
M llvm/lib/IR/Instructions.cpp
Log Message:
-----------
[IR] Move CallBase::getOperandBundlesAsDefs out of line, NFC
Copying operand bundles doesn't need to be inlined, and this template
instantiation shows up in ClangBuildAnalyzer.
More information about the All-commits
mailing list