[PATCH] D88432: [InstCombine] Fix pr47668

Juneyoung Lee via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 30 14:15:58 PDT 2020


aqjune added a comment.

Hi, I'm back!

The complexity comes from dealing with the case when the input is a vector.
It iterates over the elements of a vector and puts the undef-eliminated result into ZWithoutUndef.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D88432



More information about the llvm-commits mailing list