[PATCH] D74185: Revert the revert of vectorization commits

Alexey Bataev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 10 18:39:39 PST 2020


ABataev added a comment.

In D74185#1868423 <https://reviews.llvm.org/D74185#1868423>, @george.karpenkov wrote:

> @ABataev Thanks for looking into this! You are right: when I try the `opt` tool I also get the same result. Yet somehow when inside TensorFlow, rolling back this revision does fix the miscompile.
>  Do you think you could give any advice what I can do to narrow it down? Maybe places to print before and after in vectorization passes?


There is an option in LLVM, which allows to limit the number of passes and find the pass, which causes the miscompilation. Can't tell you this option right now, will tell you tomorrow.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D74185/new/

https://reviews.llvm.org/D74185





More information about the llvm-commits mailing list