[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 Jan 30 00:13:48 PST 2017
aqjune updated this revision to Diff 86252.
aqjune added a comment.
- Move IRBuilder::CreateFreezeAtDef from https://reviews.llvm.org/D29011
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/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.86252.patch
Type: text/x-patch
Size: 29711 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170130/26889b5c/attachment.bin>
More information about the llvm-commits
mailing list