[PATCH] D114126: [PatternMatch] Create match method to track uses complexity

Stanislav Mekhanoshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 9 11:55:09 PST 2021


rampitec planned changes to this revision.
rampitec added a comment.

This is actually a bad idea at least as is. A use of an subexpression will preserve the whole subexpression which needs to be accounted in the complexity.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D114126/new/

https://reviews.llvm.org/D114126



More information about the llvm-commits mailing list