[all-commits] [llvm/llvm-project] adc550: [AArch64] Add LRINT/LLRINT/LROUND/LLROUND FP16 low...

David Green via All-commits all-commits at lists.llvm.org
Thu Sep 14 01:36:18 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: adc550918667c35b8f6066603faad97e2975ed76
      https://github.com/llvm/llvm-project/commit/adc550918667c35b8f6066603faad97e2975ed76
  Author: David Green <david.green at arm.com>
  Date:   2023-09-14 (Thu, 14 Sep 2023)

  Changed paths:
    M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
    M llvm/test/CodeGen/AArch64/llrint-conv-fp16.ll
    M llvm/test/CodeGen/AArch64/llround-conv-fp16.ll
    M llvm/test/CodeGen/AArch64/lrint-conv-fp16.ll
    M llvm/test/CodeGen/AArch64/lround-conv-fp16.ll

  Log Message:
  -----------
  [AArch64] Add LRINT/LLRINT/LROUND/LLROUND FP16 lowering without fullfp16 (#66174)

We apparently somehow had lowering for the STRICT nodes without any handling
for the normal operations. This makes sure we support the LRINT and LROUND
intrinsics for fp16 when +fullfp16 is not present.




More information about the All-commits mailing list