[all-commits] [llvm/llvm-project] e80d2c: [TableGen] Emit static const globals in getOperand...
darkbuck via All-commits
all-commits at lists.llvm.org
Wed Feb 22 00:57:27 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e80d2cad349117fc49b790b71234c7b9293ec86e
https://github.com/llvm/llvm-project/commit/e80d2cad349117fc49b790b71234c7b9293ec86e
Author: Michael Liao <michael.hliao at gmail.com>
Date: 2023-02-22 (Wed, 22 Feb 2023)
Changed paths:
M llvm/test/TableGen/get-operand-type.td
M llvm/utils/TableGen/InstrInfoEmitter.cpp
Log Message:
-----------
[TableGen] Emit static const globals in getOperandType
- That saves the overhead of operand type querying.
More information about the All-commits
mailing list