[PATCH] D29015: [LoopUnswitch] Fix introduction of UB when hoisted condition may be undef or poison

Juneyoung Lee via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 17 12:17:47 PDT 2017


aqjune updated this revision to Diff 106917.
aqjune added a comment.
Herald added a subscriber: nhaehnle.

Rebased to svn commit 308173


https://reviews.llvm.org/D29015

Files:
  include/llvm/IR/IRBuilder.h
  lib/Transforms/Scalar/LoopUnswitch.cpp
  test/Transforms/LoopUnswitch/2011-11-18-SimpleSwitch.ll
  test/Transforms/LoopUnswitch/2011-11-18-TwoSwitches-Threshold.ll
  test/Transforms/LoopUnswitch/2011-11-18-TwoSwitches.ll
  test/Transforms/LoopUnswitch/2015-06-17-Metadata.ll
  test/Transforms/LoopUnswitch/AMDGPU/divergent-unswitch.ll
  test/Transforms/LoopUnswitch/basictest.ll
  test/Transforms/LoopUnswitch/copy-metadata.ll
  test/Transforms/LoopUnswitch/freeze.ll
  test/Transforms/LoopUnswitch/infinite-loop.ll
  test/Transforms/LoopUnswitch/msan.ll
  test/Transforms/LoopUnswitch/trivial-unswitch.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D29015.106917.patch
Type: text/x-patch
Size: 31942 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170717/77412c82/attachment.bin>


More information about the llvm-commits mailing list