[all-commits] [llvm/llvm-project] 73e386: [AArch64][SME] Promote mask for masked load to a s...
Dinar Temirbulatov via All-commits
all-commits at lists.llvm.org
Wed Aug 30 01:55:52 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 73e3866acbfd132d41e54776ac6b02f86c23a9e5
https://github.com/llvm/llvm-project/commit/73e3866acbfd132d41e54776ac6b02f86c23a9e5
Author: Dinar Temirbulatov <dinar.temirbulatov at arm.com>
Date: 2023-08-30 (Wed, 30 Aug 2023)
Changed paths:
M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-masked-load.ll
Log Message:
-----------
[AArch64][SME] Promote mask for masked load to a similar type size with load value.
The legalizer could keep an original mask type of masked load combined with
sign/zero extend, but we have to extend the mask to a type similar to our
combined load otherwise instruction selection could not lower the load.
Differential Revision: https://reviews.llvm.org/D158386
More information about the All-commits
mailing list