[all-commits] [llvm/llvm-project] 8769a9: [TableGen] Remove some unnecessary TreePatternNode...
Craig Topper via All-commits
all-commits at lists.llvm.org
Fri Apr 21 17:12:29 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8769a945ebeb9df7028f9b495fa65dcccbb7d878
https://github.com/llvm/llvm-project/commit/8769a945ebeb9df7028f9b495fa65dcccbb7d878
Author: Craig Topper <craig.topper at sifive.com>
Date: 2023-04-21 (Fri, 21 Apr 2023)
Changed paths:
M llvm/utils/TableGen/CodeGenDAGPatterns.cpp
Log Message:
-----------
[TableGen] Remove some unnecessary TreePatternNodePtrs. NFC
The patterns we're referring are still owned by the PatternToMatch
object. We don't need to increment their reference count here.
More information about the All-commits
mailing list