[PATCH] D32404: [LV] Make LIT test insensitive to basic block numbering

Michael Kuperstein via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 25 10:42:07 PDT 2017


mkuper added a comment.

Honestly, I don't feel strongly about this.

I think the most resilient scheme would be something like matching the meaningful part as a part of the regexp, e.g. [[PRED_UDIV_IF1:pred.udiv.if[0-9]+]], [[PRED_UDIV_IF2:pred.udiv.if[0-9]+]], etc. I'm just not sure the overhead is worth it.


https://reviews.llvm.org/D32404





More information about the llvm-commits mailing list