[all-commits] [llvm/llvm-project] 2ac19f: [X86] Not track size of the boudaryalign fragment ...

KanRobert via All-commits all-commits at lists.llvm.org
Sun Mar 1 17:33:11 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 2ac19feb1571960b8e1479a451b45ab56da7034e
      https://github.com/llvm/llvm-project/commit/2ac19feb1571960b8e1479a451b45ab56da7034e
  Author: Shengchen Kan <shengchen.kan at intel.com>
  Date:   2020-03-02 (Mon, 02 Mar 2020)

  Changed paths:
    M llvm/include/llvm/MC/MCAssembler.h
    M llvm/include/llvm/MC/MCFragment.h
    M llvm/lib/MC/MCAssembler.cpp
    M llvm/lib/MC/MCFragment.cpp
    M llvm/lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp

  Log Message:
  -----------
  [X86] Not track size of the boudaryalign fragment during the layout

Summary:
Currently the boundaryalign fragment caches its size during the process
of layout and then it is relaxed and update the size in each iteration. This
behaviour is unnecessary and ugly.

Reviewers: annita.zhang, reames, MaskRay, craig.topper, LuoYuanke, jyknight

Reviewed By: MaskRay

Subscribers: hiraditya, dexonsmith, llvm-commits

Tags: #llvm

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




More information about the All-commits mailing list