[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
Tue Jan 5 07:55:51 PST 2016


hsung updated this revision to Diff 44001.
hsung marked 12 inline comments as done.
hsung added a comment.

Hi all,

Thanks for the feedback. I updated the patch description and uploaded a updated patch.


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.44001.patch
Type: text/x-patch
Size: 15320 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160105/7da4442a/attachment.bin>


More information about the llvm-commits mailing list