[all-commits] [llvm/llvm-project] f69baa: [TableGen] Minor tweak to AssemblerCondDag evaluat...
Craig Topper via All-commits
all-commits at lists.llvm.org
Tue Feb 28 21:27:30 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f69baa419a63039e36587cf608c04077c6d9cc88
https://github.com/llvm/llvm-project/commit/f69baa419a63039e36587cf608c04077c6d9cc88
Author: Craig Topper <craig.topper at sifive.com>
Date: 2023-02-28 (Tue, 28 Feb 2023)
Changed paths:
M llvm/utils/TableGen/AsmWriterEmitter.cpp
M llvm/utils/TableGen/SubtargetFeatureInfo.cpp
Log Message:
-----------
[TableGen] Minor tweak to AssemblerCondDag evaluation to be more consistent with other dags. NFC
Instead of using getAsString on the dag operator, check if the operator
is a DefInit and then get the name of the Def.
More information about the All-commits
mailing list