[all-commits] [llvm/llvm-project] f5192d: [x86] Propagate memory operands during call frame ...

Jean-Michel Gorius via All-commits all-commits at lists.llvm.org
Thu May 28 08:46:13 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: f5192d7fb7564c45ff4ec42f359408974b7c8fa2
      https://github.com/llvm/llvm-project/commit/f5192d7fb7564c45ff4ec42f359408974b7c8fa2
  Author: Jean-Michel Gorius <jean-michel.gorius at ens-rennes.fr>
  Date:   2020-05-28 (Thu, 28 May 2020)

  Changed paths:
    M llvm/lib/Target/X86/X86CallFrameOptimization.cpp
    A llvm/test/CodeGen/X86/cf-opt-memops.mir

  Log Message:
  -----------
  [x86] Propagate memory operands during call frame optimization

Summary:
Propagate memory operands when folding load instructions into instructions that directly operate on memory.

The original revision has been split. See D80140 for the other part of the changes.

Reviewers: craig.topper, rnk, lebedev.ri, efriedma

Reviewed By: craig.topper

Subscribers: lebedev.ri, hiraditya, llvm-commits

Tags: #llvm

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




More information about the All-commits mailing list