[all-commits] [llvm/llvm-project] f688e0: Enable custom lowering of fabs_v16f16 with AVX and...
David Li via All-commits
all-commits at lists.llvm.org
Wed Nov 29 09:40:07 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f688e0901213726feb9b26cedc61919413cbf59c
https://github.com/llvm/llvm-project/commit/f688e0901213726feb9b26cedc61919413cbf59c
Author: David Li <57157229+david-xl at users.noreply.github.com>
Date: 2023-11-29 (Wed, 29 Nov 2023)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
M llvm/test/CodeGen/X86/vec_fabs.ll
Log Message:
-----------
Enable custom lowering of fabs_v16f16 with AVX and fabs_v32f16 with A… (#73565)
This is the last patch for fabs lowering. v32f16 works for AVX as well
with the patch (with type legalization).
More information about the All-commits
mailing list