[all-commits] [llvm/llvm-project] 82442a: [AArch64] Fix legalization of bf16 ldexp. (#190805)
David Green via All-commits
all-commits at lists.llvm.org
Mon Apr 13 00:37:20 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 82442a58c054611219385528f06a05bf1eb19215
https://github.com/llvm/llvm-project/commit/82442a58c054611219385528f06a05bf1eb19215
Author: David Green <david.green at arm.com>
Date: 2026-04-13 (Mon, 13 Apr 2026)
Changed paths:
M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
M llvm/test/Analysis/CostModel/AArch64/ldexp.ll
M llvm/test/CodeGen/AArch64/ldexp.ll
Log Message:
-----------
[AArch64] Fix legalization of bf16 ldexp. (#190805)
Similar to fp16 ldexp, we cannot create illegal types for bf16 during
lowering so should promote.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list