[all-commits] [llvm/llvm-project] 97bbc8: [AArch64][SME]: Add precursory tests for D138290

hassnaaHamdi via All-commits all-commits at lists.llvm.org
Tue Nov 22 10:00:40 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 97bbc8df849d0ce4015fcbcaf84415dcd4fa6692
      https://github.com/llvm/llvm-project/commit/97bbc8df849d0ce4015fcbcaf84415dcd4fa6692
  Author: Hassnaa Hamdi <hassnaa.hamdi at arm.com>
  Date:   2022-11-22 (Tue, 22 Nov 2022)

  Changed paths:
    A llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-fp-arith.ll
    A llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-fp-fma.ll

  Log Message:
  -----------
  [AArch64][SME]: Add precursory tests for D138290

Add testing files:
 - fp-arith.ll
 - fp-fma.ll


  Commit: cc29c06af97df4c84ce8321dfe10e2696246e238
      https://github.com/llvm/llvm-project/commit/cc29c06af97df4c84ce8321dfe10e2696246e238
  Author: Hassnaa Hamdi <hassnaa.hamdi at arm.com>
  Date:   2022-11-22 (Tue, 22 Nov 2022)

  Changed paths:
    M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
    M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-fp-arith.ll
    M llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-fp-fma.ll

  Log Message:
  -----------
  [AArch64][SME]: Generate streaming-compatible code for fp_arith and fp-fma

1-To generate code compatible to streaming mode:
 - enable custom lowering for FADD, FDIV, FMA, FNEG, FSQRT, FSUB, and FABS.

Differential Revision: https://reviews.llvm.org/D138290


Compare: https://github.com/llvm/llvm-project/compare/abfe65a12b77...cc29c06af97d


More information about the All-commits mailing list