[PATCH] D128128: [GlobalOpt] Perform store->dominated load forwarding for stored once globals

Arthur Eubanks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 22 09:49:37 PDT 2022


aeubanks planned changes to this revision.
aeubanks added a comment.

turns out `GlobalStatus::StoredOnce` means "one store that's not the initializer but potentially other stores of the initializer"
will fix


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D128128



More information about the llvm-commits mailing list