[all-commits] [llvm/llvm-project] 85491f: [InstCombine] Add tests for phi to cond with switc...

Nikita Popov via All-commits all-commits at lists.llvm.org
Wed Mar 2 02:06:33 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 85491fb6e4d1a7b285d1a0c4e44909fd6eb778f9
      https://github.com/llvm/llvm-project/commit/85491fb6e4d1a7b285d1a0c4e44909fd6eb778f9
  Author: Nikita Popov <npopov at redhat.com>
  Date:   2022-03-02 (Wed, 02 Mar 2022)

  Changed paths:
    M llvm/test/Transforms/InstCombine/simple_phi_condition.ll

  Log Message:
  -----------
  [InstCombine] Add tests for phi to cond with switch (NFC)

Currently we only handle br but not switch in this fold.




More information about the All-commits mailing list