[PATCH] D99635: [SelectionDAG] Add extra check on asm operand legalization.
Michael Liao via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 9 06:50:15 PDT 2021
hliao added a comment.
In D99635#2662617 <https://reviews.llvm.org/D99635#2662617>, @arsenm wrote:
> Missing test
llvm/test/CodeGen/AMDGPU/inline-asm.i128.ll is the exact test case for this issue and this fix. All test cases in this change just revert to the previous one. But, that newly added test is left intentionally as the regression of this fix.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D99635/new/
https://reviews.llvm.org/D99635
More information about the llvm-commits
mailing list