[all-commits] [llvm/llvm-project] 02ab87: [SimplifyCFG] Add additional jump threading test (...

Nikita Popov via All-commits all-commits at lists.llvm.org
Tue Jul 5 04:58:17 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 02ab87f54305a4f8b741596538c70d7953440971
      https://github.com/llvm/llvm-project/commit/02ab87f54305a4f8b741596538c70d7953440971
  Author: Nikita Popov <npopov at redhat.com>
  Date:   2022-07-05 (Tue, 05 Jul 2022)

  Changed paths:
    M llvm/test/Transforms/SimplifyCFG/jump-threading.ll

  Log Message:
  -----------
  [SimplifyCFG] Add additional jump threading test (NFC)

A case where multiple predecessors can be threaded over the same
edge, with a phi node in the threaded block.




More information about the All-commits mailing list