[all-commits] [llvm/llvm-project] d4a699: [AArch64][GlobalISel] Legalize large G_SEXT_INREG
David Green via All-commits
all-commits at lists.llvm.org
Mon Jan 1 07:28:23 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d4a6995e9438c72b4bb2054ca8ae7e0016f97682
https://github.com/llvm/llvm-project/commit/d4a6995e9438c72b4bb2054ca8ae7e0016f97682
Author: David Green <david.green at arm.com>
Date: 2024-01-01 (Mon, 01 Jan 2024)
Changed paths:
M llvm/lib/Target/AArch64/GISel/AArch64LegalizerInfo.cpp
M llvm/test/CodeGen/AArch64/aarch64-addv.ll
M llvm/test/CodeGen/AArch64/arm64-subvector-extend.ll
M llvm/test/CodeGen/AArch64/arm64-vabs.ll
M llvm/test/CodeGen/AArch64/fcmp.ll
M llvm/test/CodeGen/AArch64/icmp.ll
M llvm/test/CodeGen/AArch64/itofp.ll
M llvm/test/CodeGen/AArch64/neon-compare-instructions.ll
M llvm/test/CodeGen/AArch64/sext.ll
Log Message:
-----------
[AArch64][GlobalISel] Legalize large G_SEXT_INREG
These come from the legalization of other operations, but it makes sense to
split the operations into legal sizes before lowering them.
More information about the All-commits
mailing list