[PATCH] D98145: [FastISel] Don't trivially kill extractvalues (PR49467)

Simonas Kazlauskas via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 7 13:39:49 PST 2021


nagisa added a comment.

This seems like a reasonable fix, whatever value my review of fastisel code has.

This issue seems likely to show up for other instructions in the future, as well. Some that come to mind as likely to trigger this same bug are: `gep`, `freeze`, `phi`, `select`, `extractelement` (not currently supported by fastisel),


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D98145



More information about the llvm-commits mailing list