[PATCH] D13087: A fix for loop vectorizer with handling loops with volatile induction variables

Hyojin Sung via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 9 11:16:16 PST 2015


hsung updated this revision to Diff 39721.
hsung added a comment.

Hi all,

Sorry for a delay in updating the patch. The updated patch includes aligned lines, more comments, and an update to the if condition in SimplifyCFG.cpp. The patch passed the regression tests.


Repository:
  rL LLVM

http://reviews.llvm.org/D13087

Files:
  include/llvm/Transforms/Utils/Local.h
  lib/Transforms/Scalar/JumpThreading.cpp
  lib/Transforms/Scalar/SimplifyCFGPass.cpp
  lib/Transforms/Utils/SimplifyCFG.cpp
  test/Transforms/LoopUnswitch/2015-06-17-Metadata.ll
  test/Transforms/LoopUnswitch/infinite-loop.ll
  test/Transforms/SimplifyCFG/2008-05-16-PHIBlockMerge.ll
  test/Transforms/SimplifyCFG/EqualPHIEdgeBlockMerge.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13087.39721.patch
Type: text/x-patch
Size: 14871 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151109/d1409a07/attachment.bin>


More information about the llvm-commits mailing list