[PATCH] D144057: [GVN] permit GVN of non-local loads for ASAN unless undef or alloca is produced

Nick Desaulniers via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 15 16:09:50 PST 2023


nickdesaulniers updated this revision to Diff 497837.
nickdesaulniers retitled this revision from "[GVN] permit GVN of non-local loads for ASAN unless undef is produced" to "[GVN] permit GVN of non-local loads for ASAN unless undef or alloca is produced".
nickdesaulniers edited the summary of this revision.
nickdesaulniers added a comment.

- check for alloca as well


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D144057

Files:
  llvm/lib/Transforms/Scalar/GVN.cpp
  llvm/test/Transforms/GVN/no_speculative_loads_with_asan.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D144057.497837.patch
Type: text/x-patch
Size: 6202 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230216/5aaf84bc/attachment.bin>


More information about the llvm-commits mailing list