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

hassnaaHamdi via All-commits all-commits at lists.llvm.org
Mon Nov 28 03:22:43 PST 2022


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

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

  Log Message:
  -----------
  [AArch64][SME]: Generate streaming-compatible code for fp-compares.

To generate code compatible to streaming mode:
 - enable expanding ISD::SETUEQ to avoid custom-lowering setcc to setcc_merge_zero
   which cause a crash while instruction selection because there is no pattern match for it.

- Testing files:
 - fp-compares.ll

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




More information about the All-commits mailing list