[all-commits] [llvm/llvm-project] 2c552d: [AArch64][GlobalISel] Legalize G_ABS for Larger/Sm...
chuongg3 via All-commits
all-commits at lists.llvm.org
Sun Jan 28 12:21:50 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2c552d319a5f0378c48390524de436265b05b943
https://github.com/llvm/llvm-project/commit/2c552d319a5f0378c48390524de436265b05b943
Author: chuongg3 <chuong.goh at arm.com>
Date: 2024-01-28 (Sun, 28 Jan 2024)
Changed paths:
M llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp
M llvm/lib/Target/AArch64/GISel/AArch64LegalizerInfo.cpp
A llvm/test/CodeGen/AArch64/abs.ll
M llvm/test/CodeGen/AArch64/vecreduce-add.ll
Log Message:
-----------
[AArch64][GlobalISel] Legalize G_ABS for Larger/Smaller Vectors (#79117)
Legalize G_ABS for larger/smaller width vectors with legal element sizes
Fallsback for the smaller width vector tests because it is unable to
legalize for G_ANYEXT smaller width vectors
More information about the All-commits
mailing list