[PATCH] D125485: [ArgPromotion] Unify byval promotion with non-byval

Arthur Eubanks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 12 17:54:40 PDT 2022


aeubanks added a comment.

for the byval case, a store can change the value loaded by a later load, so it's not completely dead in that regard


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D125485



More information about the llvm-commits mailing list