[PATCH] D65079: [GlobalISel][AArch64] Fix narrowScalar for G_ICMP
Amara Emerson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 24 13:47:09 PDT 2019
aemerson requested changes to this revision.
aemerson added a comment.
This revision now requires changes to proceed.
I don't believe this is the right fix as the legalizer shouldn't really be hard coding the type of G_SELECT operands there. I fixed it by using the existing type of the G_ICMP in r366943.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65079/new/
https://reviews.llvm.org/D65079
More information about the llvm-commits
mailing list