[all-commits] [llvm/llvm-project] 51be09: [SimpleLoopUnswitch] Add trivial unswitching tests...

Florian Hahn via All-commits all-commits at lists.llvm.org
Wed Apr 27 06:07:03 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 51be0925b42e089241de5815a79fcce68b02aa01
      https://github.com/llvm/llvm-project/commit/51be0925b42e089241de5815a79fcce68b02aa01
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2022-04-27 (Wed, 27 Apr 2022)

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

  Log Message:
  -----------
  [SimpleLoopUnswitch] Add trivial unswitching tests with selects.

Add tests with selects that match both logical AND and logical OR. Note
that some of the tests get miscompiled at the moment.

Also moves a related test to the newly added test file.




More information about the All-commits mailing list