[all-commits] [llvm/llvm-project] 80e393: [lldb, mlir] Migrate from getNumArgOperands and ar...
kazutakahirata via All-commits
all-commits at lists.llvm.org
Thu Oct 7 08:30:01 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 80e39366ee403ac420f2087883550398e5fbf968
https://github.com/llvm/llvm-project/commit/80e39366ee403ac420f2087883550398e5fbf968
Author: Kazu Hirata <kazu at google.com>
Date: 2021-10-07 (Thu, 07 Oct 2021)
Changed paths:
M lldb/source/Expression/IRInterpreter.cpp
M lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.cpp
M mlir/lib/Target/LLVMIR/ConvertFromLLVMIR.cpp
Log Message:
-----------
[lldb, mlir] Migrate from getNumArgOperands and arg_operands (NFC)
Note that getNumArgOperands and arg_operands are considered legacy
names. See llvm/include/llvm/IR/InstrTypes.h for details.
More information about the All-commits
mailing list