rjmccall added a comment.

Please don't check IR names in test output.  That actually includes anonymous 
names like `%2`; these should always be tested with FileCheck variables.  I 
suggest using `%.*` as the pattern; if you're matching the LHS of an LLVM 
assignment, that shouldn't have problems with accidentally matching too much.


Repository:
  rC Clang

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

https://reviews.llvm.org/D63846



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to