[all-commits] [llvm/llvm-project] a596b5: Revert "[IR] make -stack-alignment= into a module ...

Nick Desaulniers via All-commits all-commits at lists.llvm.org
Tue Jun 8 08:56:29 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a596b54d471cfde548bdda3925ea2f143f06b964
      https://github.com/llvm/llvm-project/commit/a596b54d471cfde548bdda3925ea2f143f06b964
  Author: Nick Desaulniers <ndesaulniers at google.com>
  Date:   2021-06-08 (Tue, 08 Jun 2021)

  Changed paths:
    M clang/lib/CodeGen/BackendUtil.cpp
    M clang/lib/CodeGen/CodeGenModule.cpp
    M clang/test/CodeGen/stackrealign-main.c
    M llvm/include/llvm/IR/Module.h
    M llvm/include/llvm/Target/TargetOptions.h
    M llvm/lib/CodeGen/CommandFlags.cpp
    M llvm/lib/IR/Module.cpp
    M llvm/lib/Target/X86/X86TargetMachine.cpp
    M llvm/test/CodeGen/Generic/ForceStackAlign.ll
    M llvm/test/CodeGen/X86/base-pointer-and-cmpxchg.ll
    M llvm/test/CodeGen/X86/base-pointer-and-mwaitx.ll
    R llvm/test/CodeGen/X86/dynamic-allocas-VLAs-stack-align.ll
    M llvm/test/CodeGen/X86/dynamic-allocas-VLAs.ll
    M llvm/test/CodeGen/X86/force-align-stack-alloca.ll
    M llvm/test/CodeGen/X86/hipe-cc.ll
    M llvm/test/CodeGen/X86/hipe-cc64.ll
    R llvm/test/CodeGen/X86/movtopush-stack-align.ll
    M llvm/test/CodeGen/X86/movtopush.ll
    M llvm/test/CodeGen/X86/pr11468.ll
    M llvm/test/CodeGen/X86/unaligned-spill-folding.ll
    M llvm/test/CodeGen/X86/x86-64-baseptr.ll
    M llvm/test/CodeGen/X86/x86-64-xmm-spill-unaligned.ll
    R llvm/test/Linker/stack-alignment.ll

  Log Message:
  -----------
  Revert "[IR] make -stack-alignment= into a module attr"

This reverts commit 433c8d950cb3a1fa0977355ce0367e8c763a3f13.

Breaks the MIPS build.




More information about the All-commits mailing list