[all-commits] [llvm/llvm-project] 9a1cb8: [X86] Add abds/abdu lowering for scalar i8/i16/i32...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Fri May 5 03:50:13 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9a1cb8a856207cbcf7fa62bdeb26f22b089cc809
https://github.com/llvm/llvm-project/commit/9a1cb8a856207cbcf7fa62bdeb26f22b089cc809
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2023-05-05 (Fri, 05 May 2023)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
M llvm/test/CodeGen/X86/abds.ll
M llvm/test/CodeGen/X86/abdu.ll
Log Message:
-----------
[X86] Add abds/abdu lowering for scalar i8/i16/i32/i64 types
The next step will be to begin adding generic legalization/lowering support
More information about the All-commits
mailing list