[PATCH] D88020: [SplitKit] In addDeadDef tolerate parent range that defines more lanes

Krzysztof Parzyszek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 23 17:23:35 PDT 2020


kparzysz added a comment.

I don't think it's safe to add dead defs to the extra lanes.  You could split the superset into the matching part and the remaining part, then only operate on the matching one.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D88020



More information about the llvm-commits mailing list