[all-commits] [llvm/llvm-project] 7a8178: [AArch64][CodeGen]Fold the mov and lsl into ubfiz
Allen via All-commits
all-commits at lists.llvm.org
Fri Sep 9 08:51:03 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7a8178258516bb3a209dd90b7fbf5525f97151e4
https://github.com/llvm/llvm-project/commit/7a8178258516bb3a209dd90b7fbf5525f97151e4
Author: zhongyunde <zhongyunde at huawei.com>
Date: 2022-09-09 (Fri, 09 Sep 2022)
Changed paths:
M llvm/lib/Target/AArch64/AArch64InstrInfo.td
M llvm/test/CodeGen/AArch64/aarch64-dynamic-stack-layout.ll
M llvm/test/CodeGen/AArch64/aarch64-matrix-umull-smull.ll
M llvm/test/CodeGen/AArch64/select_cc.ll
M llvm/test/CodeGen/AArch64/shrink-wrapping-vla.ll
M llvm/test/CodeGen/AArch64/tbl-loops.ll
Log Message:
-----------
[AArch64][CodeGen]Fold the mov and lsl into ubfiz
Fix the issue exposed by D132322, depand on D132939
Reviewed By: efriedma, paulwalker-arm
Differential Revision: https://reviews.llvm.org/D132325
More information about the All-commits
mailing list