[PATCH] D107305: [GlobalISel] Combine G_ASSERT_*EXT + G_LOAD -> G_S/ZEXTLOAD

Amara Emerson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 2 13:35:11 PDT 2021


aemerson added a comment.

In D107305#2920760 <https://reviews.llvm.org/D107305#2920760>, @arsenm wrote:

> It seems to me like you're working around a correctness issue in a combine. The load is incorrect to begin with, you can't fix it up later like this

Beat me to it.


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

https://reviews.llvm.org/D107305



More information about the llvm-commits mailing list