[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 Feb 9 13:35:22 PST 2016


hsung updated this revision to Diff 47357.
hsung marked an inline comment as done.
hsung added a comment.

Hi all,

Fixed comments and blank lines as requested.


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.47357.patch
Type: text/x-patch
Size: 15555 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160209/314a59c9/attachment.bin>


More information about the llvm-commits mailing list