[all-commits] [llvm/llvm-project] 388b68: [LICM] Separate check for writability and thread-s...

Nikita Popov via All-commits all-commits at lists.llvm.org
Mon Sep 5 00:43:37 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 388b684354cc71bd4043ddccbcfd91fb338d8b1e
      https://github.com/llvm/llvm-project/commit/388b684354cc71bd4043ddccbcfd91fb338d8b1e
  Author: Nikita Popov <npopov at redhat.com>
  Date:   2022-09-05 (Mon, 05 Sep 2022)

  Changed paths:
    M llvm/lib/Transforms/Scalar/LICM.cpp

  Log Message:
  -----------
  [LICM] Separate check for writability and thread-safety (NFCI)

This used a single check to make sure that the object is both
writable and thread-local. Separate them out to make the
deficiencies in the current code more obvious.




More information about the All-commits mailing list