git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_50@311738
91177308-0d34-0410-b5e6-
96231b3b80d8
longer used back in 2014 but we didn't get around to removing it. Now it is
gone. The SLP vectorizer is the suggested non-loop vectorization pass.
+* A new tool opt-viewer.py has been added to visualize optimization remarks in
+ HTML. The tool processes the YAML files produced by clang with the
+ -fsave-optimization-record option.
+
Changes to the LLVM IR
----------------------