[PATCH] D147243: [X86] MatchVectorAllZeroTest - add support for icmp(bitcast(icmp_ne(X,Y)),0) vector reduction patterns

Alexander Kornienko via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 5 09:22:19 PDT 2023


alexfh added a comment.

After this commit we started seeing clang crashes with "Do not know how to split this operator's operand" (likely coming from `DAGTypeLegalizer::SplitVectorOperand`, 
 llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp:2831). I'm trying to get a reduced test case. This can take non-trivial time, since we're seeing this in a ThinLTO build.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D147243



More information about the llvm-commits mailing list