[PATCH] D29107: Fix a bug when unswitching on partial LIV for SwitchInst
Xin Tong via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 16 14:04:16 PST 2017
trentxintong updated this revision to Diff 88782.
trentxintong added a comment.
I took @sanjoy suggestion about passing in the OperatorChain as a reference, instead of pointer (and allowing nullptr to be passed) in.
https://reviews.llvm.org/D29107
Files:
lib/Transforms/Scalar/LoopUnswitch.cpp
test/Transforms/LoopUnswitch/basictest.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D29107.88782.patch
Type: text/x-patch
Size: 13710 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170216/fb8fcd0f/attachment.bin>
More information about the llvm-commits
mailing list