[all-commits] [llvm/llvm-project] 09fecb: [TableGen] Simplify TypeInfer::expandOverloads. NFC
Craig Topper via All-commits
all-commits at lists.llvm.org
Sat Apr 8 00:07:02 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 09fecbbf5409e321f5e45b8120c26b12b8b742e6
https://github.com/llvm/llvm-project/commit/09fecbbf5409e321f5e45b8120c26b12b8b742e6
Author: Craig Topper <craig.topper at sifive.com>
Date: 2023-04-08 (Sat, 08 Apr 2023)
Changed paths:
M llvm/utils/TableGen/CodeGenDAGPatterns.cpp
Log Message:
-----------
[TableGen] Simplify TypeInfer::expandOverloads. NFC
Directly test the 5 overloaded types instead of doing extra
set creation and iteration.
More information about the All-commits
mailing list