[all-commits] [llvm/llvm-project] 1e1781: [LLVM][SVE] Improve code generation for i1 based i...

Paul Walker via All-commits all-commits at lists.llvm.org
Tue Mar 4 03:23:01 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1e1781bca92c2c6ee05867702b26e88fe3227307
      https://github.com/llvm/llvm-project/commit/1e1781bca92c2c6ee05867702b26e88fe3227307
  Author: Paul Walker <paul.walker at arm.com>
  Date:   2025-03-04 (Tue, 04 Mar 2025)

  Changed paths:
    M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
    M llvm/lib/Target/AArch64/SVEInstrFormats.td
    M llvm/test/CodeGen/AArch64/sve-fcvt.ll
    M llvm/test/CodeGen/AArch64/sve-split-fcvt.ll

  Log Message:
  -----------
  [LLVM][SVE] Improve code generation for i1 based int_to_fp operations. (#129229)

Rather than extending the predicate we can use it directly to select
between the two possible results.



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