Files
clang-p2996/llvm/utils/TableGen/Common
Brandon Wu 592233a962 [TableGen][SelectionDAG] Make CheckValueTypeMatcher use MVT::SimpleValueType (#99537)
The original `CheckValueTypeMatcher` stores StringRef as the member
variable type, however it's more efficient to use use
MVT::SimpleValueType since it prevents string comparison in isEqualImpl,
it also reduce the memory consumption in each object.
2024-07-19 12:36:47 +08:00
..
2024-07-15 14:50:36 -07:00