[all-commits] [llvm/llvm-project] 67f1fe: [GlobalOpt] Enable evaluation of atomic stores

Alexander Shaposhnikov via All-commits all-commits at lists.llvm.org
Wed Jul 20 15:34:39 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 67f1fe8597817f9630c84d77ca23852e362e62d6
      https://github.com/llvm/llvm-project/commit/67f1fe8597817f9630c84d77ca23852e362e62d6
  Author: Alexander Shaposhnikov <ashaposhnikov at google.com>
  Date:   2022-07-20 (Wed, 20 Jul 2022)

  Changed paths:
    M llvm/lib/Transforms/Utils/Evaluator.cpp
    M llvm/test/Transforms/GlobalOpt/ctor-list-opt.ll

  Log Message:
  -----------
  [GlobalOpt] Enable evaluation of atomic stores

Relax the check to allow evaluation of atomic stores
(but still skip volatile stores).

Test plan:
1/ ninja check-llvm check-clang
2/ Bootstrapped LLVM/Clang pass tests

Differential revision: https://reviews.llvm.org/D129841




More information about the All-commits mailing list