[llvm] [TableGen] Use MVT instead of MVT::SimpleValueType. NFC (PR #169180)

Sergei Barannikov via llvm-commits llvm-commits at lists.llvm.org
Sat Nov 22 15:12:33 PST 2025


================
@@ -556,17 +556,17 @@ static void FactorScope(std::unique_ptr<Matcher> &MatcherPtr) {
   // If all the options are CheckType's, we can form the SwitchType, woot.
   if (AllTypeChecks) {
     DenseMap<unsigned, unsigned> TypeEntry;
----------------
s-barannikov wrote:

Can MVT be used as the key?

https://github.com/llvm/llvm-project/pull/169180


More information about the llvm-commits mailing list