[PATCH] D117328: GlobalISel: Add bitcast to tryFoldUnmergeCast
Petar Avramovic via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 29 09:56:16 PDT 2022
Petar.Avramovic added a comment.
Bitcast can be created during legalizer. About post legalizer combiner, I don't think we run artifact combiner there, If we leave it it might block some combines combines that would become available after bitcast is combined.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D117328/new/
https://reviews.llvm.org/D117328
More information about the llvm-commits
mailing list