[all-commits] [llvm/llvm-project] 10ce31: [AArch64][GlobalISel] Expand handling for sitofp a...

David Green via All-commits all-commits at lists.llvm.org
Fri Nov 10 05:41:26 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 10ce319320adba3a6a5e11407af03b44d3622c71
      https://github.com/llvm/llvm-project/commit/10ce319320adba3a6a5e11407af03b44d3622c71
  Author: David Green <david.green at arm.com>
  Date:   2023-11-10 (Fri, 10 Nov 2023)

  Changed paths:
    M llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp
    M llvm/lib/Target/AArch64/GISel/AArch64LegalizerInfo.cpp
    A llvm/test/CodeGen/AArch64/itofp.ll

  Log Message:
  -----------
  [AArch64][GlobalISel] Expand handling for sitofp and uitofp (#71282)

Similar to #70635, this expands the handling of integer to fp
conversions. The code is very similar to the float->integer conversions
with types handled oppositely. There are some extra unhandled cases
which require more handling for ASR operations.




More information about the All-commits mailing list