[PATCH] D132554: Add helper func to get first non-alloca position

Nicolai Hähnle via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 8 05:02:02 PDT 2022


nhaehnle accepted this revision.
nhaehnle added a comment.
This revision is now accepted and ready to land.

There is technically a subtle difference in that the loops that are replaced now skip debug instructions as well as allocas. Does this matter in practice? I suspect not. LGTM


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D132554



More information about the llvm-commits mailing list