[PATCH] D93817: [InstCombine] Update transformations to use poison for insertelement/shufflevector's placeholder value (2/2)

Juneyoung Lee via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Sep 25 20:12:45 PDT 2021


aqjune abandoned this revision.
aqjune added a comment.

I abandon this patch because (1) shufflevector parts are covered in D110226 <https://reviews.llvm.org/D110226>, D110227 <https://reviews.llvm.org/D110227>, D110230 <https://reviews.llvm.org/D110230>, and (2) insertelement parts will be covered in upcoming new patches.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D93817



More information about the llvm-commits mailing list