[all-commits] [llvm/llvm-project] 64591f: [TableGen] Replace static_cast with llvm's cast. NFC
Craig Topper via All-commits
all-commits at lists.llvm.org
Sat Oct 16 00:30:21 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 64591f217d984e955c27942437117f9ee5af570c
https://github.com/llvm/llvm-project/commit/64591f217d984e955c27942437117f9ee5af570c
Author: Craig Topper <craig.topper at sifive.com>
Date: 2021-10-16 (Sat, 16 Oct 2021)
Changed paths:
M llvm/utils/TableGen/CodeGenDAGPatterns.cpp
Log Message:
-----------
[TableGen] Replace static_cast with llvm's cast. NFC
These all appear next to an isa<> and cast<> is much more
common in these cases.
More information about the All-commits
mailing list