[all-commits] [llvm/llvm-project] 956489: [AArch64-SVE]: Force generating code compatible to...
hassnaaHamdi via All-commits
all-commits at lists.llvm.org
Thu Nov 10 04:39:03 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 956489700e73e57b569337a9689d69b2e00dba26
https://github.com/llvm/llvm-project/commit/956489700e73e57b569337a9689d69b2e00dba26
Author: Hassnaa Hamdi <hassnaa.hamdi at arm.com>
Date: 2022-11-10 (Thu, 10 Nov 2022)
Changed paths:
M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
A llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-arith.ll
A llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-div.ll
A llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-log.ll
A llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-mulh.ll
A llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-rem.ll
Log Message:
-----------
[AArch64-SVE]: Force generating code compatible to streaming mode.
When streaming mode is enabled, custom-lower arithmetic and logical fixed-width vector ops;
to force generateing code compatible to streaming mode.
Differential Revision: https://reviews.llvm.org/D135324
More information about the All-commits
mailing list