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

David Green via All-commits all-commits at lists.llvm.org
Mon Mar 3 07:50:34 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: cb850fef2a564ea330e8a4878fafb4f5b4a7a98e
      https://github.com/llvm/llvm-project/commit/cb850fef2a564ea330e8a4878fafb4f5b4a7a98e
  Author: David Green <david.green at arm.com>
  Date:   2025-03-03 (Mon, 03 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.



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