[all-commits] [llvm/llvm-project] de6b8c: [EarlyCSE] Add support for writeonly call CSE (#14...

Nikita Popov via All-commits all-commits at lists.llvm.org
Mon Jun 30 02:56:54 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: de6b8cdc41123b71c2306384fd177a18a504a187
      https://github.com/llvm/llvm-project/commit/de6b8cdc41123b71c2306384fd177a18a504a187
  Author: Nikita Popov <npopov at redhat.com>
  Date:   2025-06-30 (Mon, 30 Jun 2025)

  Changed paths:
    M clang/test/CodeGenCXX/auto-var-init.cpp
    M llvm/lib/Transforms/Scalar/EarlyCSE.cpp
    M llvm/test/Transforms/EarlyCSE/writeonly.ll

  Log Message:
  -----------
  [EarlyCSE] Add support for writeonly call CSE (#145474)

Add support for CSE of writeonly calls, similar to the existing support
for readonly calls.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list