[all-commits] [llvm/llvm-project] 32d6ef: [SimpleLoopUnswitch] Skip trivial selects during t...

Florian Hahn via All-commits all-commits at lists.llvm.org
Thu May 19 09:02:22 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 32d6ef36d6c0da2d0b2165531cf9fcdc4dedc95a
      https://github.com/llvm/llvm-project/commit/32d6ef36d6c0da2d0b2165531cf9fcdc4dedc95a
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2022-05-19 (Thu, 19 May 2022)

  Changed paths:
    M llvm/lib/Transforms/Scalar/SimpleLoopUnswitch.cpp
    M llvm/test/Transforms/SimpleLoopUnswitch/trivial-unswitch-logical-and-or.ll

  Log Message:
  -----------
  [SimpleLoopUnswitch] Skip trivial selects during trivial unswitching.

Update the remaining places in unswitchTrivialBranch to properly skip
trivial selects.

Fixes #55526.




More information about the All-commits mailing list