[PATCH] D80171: [analyzer] LoopUnrolling: fix crash when a parameter is a loop counter

Abbas Sabra via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue May 19 17:39:09 PDT 2020


AbbasSabra requested review of this revision.
AbbasSabra added a comment.

What you both said makes sense.  Now, reference parameters are escaped and value parameters are treated as the local variables.
Thanks!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D80171





More information about the cfe-commits mailing list