[all-commits] [llvm/llvm-project] 1d4d84: [AArch64] Don't try to custom lower fp16 selects w...

David Green via All-commits all-commits at lists.llvm.org
Tue Mar 11 13:45:26 PDT 2025


  Branch: refs/heads/release/20.x
  Home:   https://github.com/llvm/llvm-project
  Commit: 1d4d84c89be6955f80b90c54c6d24dcedd915cce
      https://github.com/llvm/llvm-project/commit/1d4d84c89be6955f80b90c54c6d24dcedd915cce
  Author: David Green <david.green at arm.com>
  Date:   2025-03-11 (Tue, 11 Mar 2025)

  Changed paths:
    M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
    M llvm/test/CodeGen/AArch64/16bit-float-promotion-with-nofp.ll

  Log Message:
  -----------
  [AArch64] Don't try to custom lower fp16 selects with nofp (#129492)

If we do not have fp then we do not need to try and custom lower fp16
selects.

Fixes #129394.

(cherry picked from commit cb850fef2a564ea330e8a4878fafb4f5b4a7a98e)



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