[all-commits] [llvm/llvm-project] b9330e: [EarlyCSE] Add tests for de-duplication of callsit...

goldsteinn via All-commits all-commits at lists.llvm.org
Fri Oct 4 08:36:57 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b9330e548e807ad79982b6e819797202d85b64cf
      https://github.com/llvm/llvm-project/commit/b9330e548e807ad79982b6e819797202d85b64cf
  Author: Noah Goldstein <goldstein.w.n at gmail.com>
  Date:   2024-10-04 (Fri, 04 Oct 2024)

  Changed paths:
    A llvm/test/Transforms/EarlyCSE/replace-calls-def-attrs.ll

  Log Message:
  -----------
  [EarlyCSE] Add tests for de-duplication of callsites with differing attrs; NFC


  Commit: b98c405f954f9ef6150c655f6ffc68e377d2ac84
      https://github.com/llvm/llvm-project/commit/b98c405f954f9ef6150c655f6ffc68e377d2ac84
  Author: Noah Goldstein <goldstein.w.n at gmail.com>
  Date:   2024-10-04 (Fri, 04 Oct 2024)

  Changed paths:
    M llvm/lib/Transforms/Scalar/EarlyCSE.cpp
    M llvm/test/Transforms/EarlyCSE/replace-calls-def-attrs.ll

  Log Message:
  -----------
  [EarlyCSE] De-Duplicate callsites with differing attrs

We only do this if the attributes of the two callsites are compatible
(intersectable) which is probably not in fact necessary.

Closes #110929


Compare: https://github.com/llvm/llvm-project/compare/6937dbbe5139...b98c405f954f

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