[PATCH] D123563: GlobalISel: Fix lowerSelect handling of boolean high bits
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 12 08:47:48 PDT 2022
arsenm updated this revision to Diff 422252.
arsenm retitled this revision from "GlobalISel: Use correct bool extension for select mask" to "GlobalISel: Fix lowerSelect handling of boolean high bits".
arsenm edited the summary of this revision.
arsenm added a comment.
Herald added a subscriber: kristof.beyls.
Don't use broken intermediate vselect and ensure the boolean is appropriately extended
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D123563/new/
https://reviews.llvm.org/D123563
Files:
llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp
llvm/test/CodeGen/AArch64/GlobalISel/legalize-select.mir
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D123563.422252.patch
Type: text/x-patch
Size: 9997 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220412/29600efb/attachment.bin>
More information about the llvm-commits
mailing list