[PATCH] D84238: [PowerPC] Set v1i128 to expand for SETCC to avoid crash

Zhang Kang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 21 21:55:52 PDT 2020


ZhangKang added a comment.

In D84238#2165867 <https://reviews.llvm.org/D84238#2165867>, @steven.zhang wrote:

> Your test didn't crash even without your fix.


It needs `ASSERT` on. I have tried it again, it will hit below assertion error:

  Invalid integer vector compare condition
  UNREACHABLE executed at /home/ken/llvm/llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp:4044!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D84238





More information about the llvm-commits mailing list