[all-commits] [llvm/llvm-project] 632668: [TableGen] TreePatternNode::isIsomorphicTo - early...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Sat May 15 07:35:17 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 632668c1c0e7dcf97154d2e377491cdc8cb6963c
https://github.com/llvm/llvm-project/commit/632668c1c0e7dcf97154d2e377491cdc8cb6963c
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2021-05-15 (Sat, 15 May 2021)
Changed paths:
M llvm/utils/TableGen/CodeGenDAGPatterns.cpp
Log Message:
-----------
[TableGen] TreePatternNode::isIsomorphicTo - early out for matching leafs. NFCI.
If the leafs are the same then no need to perform DefInit matching.
More information about the All-commits
mailing list