[PATCH] D146179: ValueTypes.td: Reorganize ValueType to generate `MachineValueType.h`
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 27 09:40:01 PDT 2023
craig.topper added inline comments.
================
Comment at: llvm/utils/TableGen/VTEmitter.cpp:78
auto Value = VT->getValueAsInt("Value");
-
+ bool isInteger = VT->getValueAsInt("isInteger");
+ bool isFP = VT->getValueAsInt("isFP");
----------------
Capitalize variable names
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146179/new/
https://reviews.llvm.org/D146179
More information about the llvm-commits
mailing list