[all-commits] [llvm/llvm-project] 1b09d0: [VE] VECustomDAG builder class

Simon Moll via All-commits all-commits at lists.llvm.org
Tue Jan 18 03:09:33 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1b09d0c42b42be219dd0984e0714d68b4a36cd3e
      https://github.com/llvm/llvm-project/commit/1b09d0c42b42be219dd0984e0714d68b4a36cd3e
  Author: Simon Moll <simon.moll at emea.nec.com>
  Date:   2022-01-18 (Tue, 18 Jan 2022)

  Changed paths:
    M llvm/lib/Target/VE/CMakeLists.txt
    A llvm/lib/Target/VE/VECustomDAG.cpp
    A llvm/lib/Target/VE/VECustomDAG.h
    M llvm/lib/Target/VE/VEISelLowering.cpp

  Log Message:
  -----------
  [VE] VECustomDAG builder class

VECustomDAG's functions simplify emitting VE custom ISD nodes. The class
is just a stub now. We add more functions, in particular for the
VP->VVP->VE lowering, to VECustomDAG as we build up vector isel.

Reviewed By: kaz7

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




More information about the All-commits mailing list