[all-commits] [llvm/llvm-project] 595ac8: GlobalISel: Move getLLTForMVT/getMVTForLLT

Matt Arsenault via All-commits all-commits at lists.llvm.org
Thu Jan 9 13:33:01 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 595ac8c46ea54c6d5dc96e2f35a5759988a657be
      https://github.com/llvm/llvm-project/commit/595ac8c46ea54c6d5dc96e2f35a5759988a657be
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2020-01-09 (Thu, 09 Jan 2020)

  Changed paths:
    M llvm/include/llvm/CodeGen/GlobalISel/Utils.h
    M llvm/include/llvm/CodeGen/LowLevelType.h
    M llvm/lib/CodeGen/GlobalISel/Utils.cpp
    M llvm/lib/CodeGen/LowLevelType.cpp

  Log Message:
  -----------
  GlobalISel: Move getLLTForMVT/getMVTForLLT

As an intermediate step, some TLI functions can be converted to using
LLT instead of MVT. Move this somewhere out of GlobalISel so DAG
functions can use these.




More information about the All-commits mailing list