[all-commits] [llvm/llvm-project] 90d529: [GlobalISel] Add convenience constructors to MemDesc

Konstantin Schwarz via All-commits all-commits at lists.llvm.org
Fri Sep 3 03:52:56 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 90d52987594e09940110062a4bf3a4cd6f77f774
      https://github.com/llvm/llvm-project/commit/90d52987594e09940110062a4bf3a4cd6f77f774
  Author: Konstantin Schwarz <konstantin.schwarz at hightec-rt.com>
  Date:   2021-09-03 (Fri, 03 Sep 2021)

  Changed paths:
    M llvm/include/llvm/CodeGen/GlobalISel/LegalizerInfo.h
    M llvm/lib/CodeGen/GlobalISel/CombinerHelper.cpp
    M llvm/lib/CodeGen/GlobalISel/LegalizerInfo.cpp

  Log Message:
  -----------
  [GlobalISel] Add convenience constructors to MemDesc

This allows constructing a MemDesc from a MachineMemoryOperand, a pattern that starts to show up more frequently.

Reviewed By: foad

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




More information about the All-commits mailing list