[PATCH] D56490: [x86] minimal fix for horizontal binop matching for 256-bit vectors (PR40243)

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 10 07:40:57 PST 2019


spatel abandoned this revision.
spatel added a comment.

Abandoning - the original patch was already reviewed, so I went ahead and committed that + a similar fix as this patch implements. 
That fixes all of the h-op miscompile problems that I am aware of. 
I did eventually convince myself that the last section is safe based on the output of existing regression tests.


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

https://reviews.llvm.org/D56490





More information about the llvm-commits mailing list