[PATCH] D99452: Make FoldBranchToCommonDest poison-safe by default

Juneyoung Lee via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Mar 27 01:51:23 PDT 2021


aqjune created this revision.
aqjune added reviewers: nikic, spatel, lebedev.ri.
Herald added subscribers: pengfei, hiraditya.
aqjune requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This is a small patch to make FoldBranchToCommonDest poison-safe by default.
After fc3f0c9c <https://reviews.llvm.org/rGfc3f0c9cc0857060a305b41ee9d4e14dea337abd>, this does not change any assembly difference in testsuite (-O3, X86-64 Manjaro).


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D99452

Files:
  llvm/include/llvm/Transforms/Utils/Local.h
  llvm/lib/Transforms/Utils/SimplifyCFG.cpp
  llvm/test/Transforms/IRCE/bad_expander.ll
  llvm/test/Transforms/LoopSimplify/pr26682.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D99452.333661.patch
Type: text/x-patch
Size: 5375 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210327/23fed6bb/attachment.bin>


More information about the llvm-commits mailing list