[all-commits] [llvm/llvm-project] 533a08: Recommit "[Reassociate] Use disjoint flag to conve...

Craig Topper via All-commits all-commits at lists.llvm.org
Wed Dec 6 14:17:17 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 533a0856bff75c395deacadf98df8b83c72d55e4
      https://github.com/llvm/llvm-project/commit/533a0856bff75c395deacadf98df8b83c72d55e4
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2023-12-06 (Wed, 06 Dec 2023)

  Changed paths:
    M llvm/lib/Transforms/Scalar/Reassociate.cpp
    M llvm/test/Transforms/Reassociate/add-like-or.ll

  Log Message:
  -----------
  Recommit "[Reassociate] Use disjoint flag to convert Or to Add. (#72772)"

Original message:
We still have to keep the noCommonBitsSet call to handle multiple reassociations in one pass. We'll lose the flag on the first reassociation.




More information about the All-commits mailing list