[all-commits] [llvm/llvm-project] c69d83: [AArch64][MachineScheduler] Set no side effect for...
Allen via All-commits
all-commits at lists.llvm.org
Tue Dec 27 09:20:57 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c69d83908a35d48beadb3dd54f6018425e922ad7
https://github.com/llvm/llvm-project/commit/c69d83908a35d48beadb3dd54f6018425e922ad7
Author: zhongyunde <zhongyunde at huawei.com>
Date: 2022-12-28 (Wed, 28 Dec 2022)
Changed paths:
M llvm/lib/Target/AArch64/SVEInstrFormats.td
A llvm/test/CodeGen/AArch64/sched-movprfx.ll
M llvm/test/CodeGen/AArch64/sve-fixed-length-int-rem.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-fp-to-int.ll
M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-rev.ll
M llvm/test/tools/llvm-mca/AArch64/A64FX/A64FX-sve-instructions.s
M llvm/test/tools/llvm-mca/AArch64/Neoverse/N2-sve-instructions.s
Log Message:
-----------
[AArch64][MachineScheduler] Set no side effect for movprfx
The movprfx is a vector copy, so it doesn't access memory. Set the
value of hasSideEffects 0 to avoid return true for the hasUnmodeledSideEffects(),
which will block the machine scheduler which load/store instructions.
Reviewed By: paulwalker-arm
Differential Revision: https://reviews.llvm.org/D140680
More information about the All-commits
mailing list