[all-commits] [llvm/llvm-project] 8bfba1: [InstSimplify][PhaseOrdering] add tests for vector...

Sanjay Patel via All-commits all-commits at lists.llvm.org
Thu Sep 29 09:07:12 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8bfba17b409000deae6436f92080d0c96bf5ea3b
      https://github.com/llvm/llvm-project/commit/8bfba17b409000deae6436f92080d0c96bf5ea3b
  Author: Sanjay Patel <spatel at rotateright.com>
  Date:   2022-09-29 (Thu, 29 Sep 2022)

  Changed paths:
    M llvm/test/Transforms/InstSimplify/select-maxmin.ll
    M llvm/test/Transforms/PhaseOrdering/vector-select.ll

  Log Message:
  -----------
  [InstSimplify][PhaseOrdering] add tests for vector select of min/max; NFC

The phase ordering test is the almost unoptimized IR for the example
in issue #42100; it was passed through -mem2reg to reduce obvious
excessive load/store and other noise.

D134879




More information about the All-commits mailing list