[PATCH] D99287: [GlobalISel] Fix crash in RBS with a non-generic IMPLICIT_DEF.
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 24 14:31:07 PDT 2021
arsenm added a comment.
In D99287#2648935 <https://reviews.llvm.org/D99287#2648935>, @paquette wrote:
> LGTM. Kind of weird that we create normal IMPLICIT_DEFs in the IRTranslator though? I guess it's code shared with SDAG.
Definitely shouldn't be doing that. No optimizations are going to recognize it
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D99287/new/
https://reviews.llvm.org/D99287
More information about the llvm-commits
mailing list