[PATCH] D21165: Disable MSan-hostile loop unswitching.

Evgeniy Stepanov via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 9 18:25:40 PDT 2016


eugenis updated this revision to Diff 60295.
eugenis added a comment.

I've updated the bug with a better description of the problem and possible solutions.
I've added a comment to LoopUnswitch.

It looks like this CL is the only way of fixing this problem quickly. The sanitizer-x86_64-bootstrap bot is currently broken due to this, so I'd like to go ahead and commit this change.


Repository:
  rL LLVM

http://reviews.llvm.org/D21165

Files:
  include/llvm/Transforms/Utils/LoopUtils.h
  lib/Transforms/Scalar/LICM.cpp
  lib/Transforms/Scalar/LoopUnswitch.cpp
  test/Transforms/LoopUnswitch/msan.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21165.60295.patch
Type: text/x-patch
Size: 8214 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160610/32a17c87/attachment.bin>


More information about the llvm-commits mailing list