[PATCH] D153453: [MemCpyOpt] implement single BB stack-move optimization which unify the static unescaped allocas

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 13 02:21:37 PDT 2023


nikic added a comment.

@khei4 I think the problem is that the load/store can be in a different block, so the `UI->comesBefore(Store)` check asserts. (We checked that UI is in the same block, but not Store.)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D153453



More information about the llvm-commits mailing list