[PATCH] D81523: AMDGPU/GlobalISel: Workaround some load/store type selection patterns
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jun 14 05:52:47 PDT 2020
arsenm added a comment.
In D81523#2091751 <https://reviews.llvm.org/D81523#2091751>, @kerbowa wrote:
> When is inst select using the legalizer anyway? Is there some risk of differences in behavior between what's being tested and the default case without the flag?
By default in a debug build the selector asserts the input instructions are legal. The failure output changes depending on this check (there is a flag to disable it which might also work in this case)
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81523/new/
https://reviews.llvm.org/D81523
More information about the llvm-commits
mailing list