[all-commits] [llvm/llvm-project] d9a8d2: Revert "[GlobalOpt][FIX] Do not embed initializers...

Johannes Doerfert via All-commits all-commits at lists.llvm.org
Fri Sep 10 10:26:24 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d9a8d20827dcddad831751bc38ff178e70f0b2f5
      https://github.com/llvm/llvm-project/commit/d9a8d20827dcddad831751bc38ff178e70f0b2f5
  Author: Johannes Doerfert <johannes at jdoerfert.de>
  Date:   2021-09-10 (Fri, 10 Sep 2021)

  Changed paths:
    M llvm/include/llvm/Analysis/TargetTransformInfo.h
    M llvm/include/llvm/Analysis/TargetTransformInfoImpl.h
    M llvm/include/llvm/Transforms/Utils/GlobalStatus.h
    M llvm/lib/Analysis/TargetTransformInfo.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.h
    M llvm/lib/Target/NVPTX/NVPTXTargetTransformInfo.h
    M llvm/lib/Transforms/IPO/GlobalOpt.cpp
    M llvm/lib/Transforms/Utils/GlobalStatus.cpp
    R llvm/test/Transforms/GlobalOpt/address_space_initializer.ll

  Log Message:
  -----------
  Revert "[GlobalOpt][FIX] Do not embed initializers into AS!=0 globals"

This reverts commit 7dbba3376f633cabcf4df568bc9ca95f44a35203.

There seems to be a problem with the tests, investigating now:
  https://lab.llvm.org/buildbot/#/builders/61/builds/14574


  Commit: d2f206e0afeba2b08a42903cfb8ad97a7de8a92c
      https://github.com/llvm/llvm-project/commit/d2f206e0afeba2b08a42903cfb8ad97a7de8a92c
  Author: Johannes Doerfert <johannes at jdoerfert.de>
  Date:   2021-09-10 (Fri, 10 Sep 2021)

  Changed paths:
    M llvm/lib/Transforms/IPO/OpenMPOpt.cpp
    R llvm/test/Transforms/OpenMP/spmdization_guarding.ll

  Log Message:
  -----------
  Revert "[OpenMP] Group side-effects to improve guarding efficiency"

This reverts commit ca134c3963d310c2868f08c211011d610b4eefb5.

There seems to be a problem with the tests, investigating now:
  https://lab.llvm.org/buildbot/#/builders/61/builds/14574


Compare: https://github.com/llvm/llvm-project/compare/9f844aeeb42b...d2f206e0afeb


More information about the All-commits mailing list