[all-commits] [llvm/llvm-project] 39641b: [AArch64][SME]: Add precursory tests for D138519

hassnaaHamdi via All-commits all-commits at lists.llvm.org
Thu Nov 24 10:19:29 PST 2022


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

  Changed paths:
    A llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-fp-select.ll
    A llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-fp-vselect.ll
    A llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-select.ll
    A llvm/test/CodeGen/AArch64/sve-streaming-mode-fixed-length-int-vselect.ll

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

Add testing files:
 - fp-select.ll
 - int-select.ll
 - fp-vselect.ll
 - int-vselect.ll


  Commit: 5cf75ecf04ceceab6c8434f5cec5652915d6b419
      https://github.com/llvm/llvm-project/commit/5cf75ecf04ceceab6c8434f5cec5652915d6b419
  Author: Hassnaa Hamdi <hassnaa.hamdi at arm.com>
  Date:   2022-11-24 (Thu, 24 Nov 2022)

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

  Log Message:
  -----------
  [AArch64][SME]: Generate streaming-compatible code for int/fp select/vselect

To generate code compatible to streaming mode:
 - enable custom lowering for VSETCC, needed for (fp-vselect.ll, int-vselect.ll).

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


Compare: https://github.com/llvm/llvm-project/compare/5eec8dfc2b66...5cf75ecf04ce


More information about the All-commits mailing list