[all-commits] [llvm/llvm-project] a35c7f: [SVE][WIP] Implement lowering for fixed length VSE...

Cameron McInally via All-commits all-commits at lists.llvm.org
Thu Sep 17 12:03:43 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: a35c7f30769b4bc3745796af58c932f303a014e1
      https://github.com/llvm/llvm-project/commit/a35c7f30769b4bc3745796af58c932f303a014e1
  Author: Cameron McInally <mcinally at cray.com>
  Date:   2020-09-17 (Thu, 17 Sep 2020)

  Changed paths:
    M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
    M llvm/lib/Target/AArch64/AArch64ISelLowering.h
    A llvm/test/CodeGen/AArch64/sve-fixed-length-fp-select.ll
    A llvm/test/CodeGen/AArch64/sve-fixed-length-int-select.ll

  Log Message:
  -----------
  [SVE][WIP] Implement lowering for fixed length VSELECT to Scalable

Map fixed length VSELECT to its Scalable equivalent.

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




More information about the All-commits mailing list