[PATCH] D37460: [GVN] Prevent LoadPRE from hoisting across instructions that don't pass control flow to successors

Max Kazantsev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 30 22:08:35 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL316975: Reapply "[GVN] Prevent LoadPRE from hoisting across instructions that don't… (authored by mkazantsev).

Changed prior to commit:
  https://reviews.llvm.org/D37460?vs=120773&id=120935#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D37460

Files:
  llvm/trunk/include/llvm/Transforms/Scalar/GVN.h
  llvm/trunk/lib/Transforms/Scalar/GVN.cpp
  llvm/trunk/test/Transforms/GVN/PRE/2017-10-16-LoadPRECrash.ll
  llvm/trunk/test/Transforms/GVN/PRE/pre-load-guards.ll
  llvm/trunk/test/Transforms/GVN/PRE/pre-load-implicit-cf-updates.ll
  llvm/trunk/test/Transforms/GVN/PRE/pre-load.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D37460.120935.patch
Type: text/x-patch
Size: 20371 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171031/fbcb519c/attachment.bin>


More information about the llvm-commits mailing list