[all-commits] [llvm/llvm-project] fefe72: [AArch64][SME]: Custom-lower SIGN_EXTEND_INREG for...
hassnaaHamdi via All-commits
all-commits at lists.llvm.org
Tue Feb 14 07:35:54 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fefe729f0f4a787fae15fdcac8e2d92bc1e661cb
https://github.com/llvm/llvm-project/commit/fefe729f0f4a787fae15fdcac8e2d92bc1e661cb
Author: Hassnaa Hamdi <hassnaa.hamdi at arm.com>
Date: 2023-02-14 (Tue, 14 Feb 2023)
Changed paths:
M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-arith.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-div.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-extends.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-mulh.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-rem.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-shifts.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-to-fp.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-sdiv-pow2.ll
Log Message:
-----------
[AArch64][SME]: Custom-lower SIGN_EXTEND_INREG for streaming SVE
Custom lower SIGN_EXTEND_INREG and udpate related tests.
Reviewed By: sdesmalen
Differential Revision: https://reviews.llvm.org/D143433
More information about the All-commits
mailing list