You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please merge 14e1a4a (https://reviews.llvm.org/D109145) into the LLVM 13 release branch. This fixes another codegen fault when lowering fixed length SVE gather/scatter nodes when using a specific addressing mode and datatype.
The text was updated successfully, but these errors were encountered:
Fixed patch for release branch
Apologies, there are some slight codegen differences in the tests on the branch that I had missed. Attached is a new version of this patch with those tests fixed. (This was a test only change, the code changes remain the same).
Extended Description
Please merge 14e1a4a (https://reviews.llvm.org/D109145) into the LLVM 13 release branch. This fixes another codegen fault when lowering fixed length SVE gather/scatter nodes when using a specific addressing mode and datatype.
The text was updated successfully, but these errors were encountered: