[all-commits] [llvm/llvm-project] 02db56: [AArch64][SME]: Generate streaming-compatible code...

hassnaaHamdi via All-commits all-commits at lists.llvm.org
Tue Nov 29 04:46:09 PST 2022


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

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

  Log Message:
  -----------
  [AArch64][SME]: Generate streaming-compatible code for fp-extend-trunc

To generate code compatible to streaming mode:
 - enable custome lowering for TruncStore to avoid crashing
   during legalizing TruncStore for non Integer vector.

Reviewed By: sdesmalen

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




More information about the All-commits mailing list