[all-commits] [llvm/llvm-project] d0a125: Scalarizer: use the canonical form of {extract, ins...

Nicolai Hähnle via All-commits all-commits at lists.llvm.org
Fri May 5 04:06:23 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d0a125a1e6860ae8c621171cff3b5b6fb92a4aa2
      https://github.com/llvm/llvm-project/commit/d0a125a1e6860ae8c621171cff3b5b6fb92a4aa2
  Author: Nicolai Hähnle <nicolai.haehnle at amd.com>
  Date:   2023-05-05 (Fri, 05 May 2023)

  Changed paths:
    M llvm/lib/Transforms/Scalar/Scalarizer.cpp
    M llvm/test/Transforms/Scalarizer/basic-inseltpoison.ll
    M llvm/test/Transforms/Scalarizer/basic.ll
    M llvm/test/Transforms/Scalarizer/constant-insertelement.ll
    M llvm/test/Transforms/Scalarizer/crash-bug.ll
    M llvm/test/Transforms/Scalarizer/dbg-invariant.ll
    M llvm/test/Transforms/Scalarizer/intrinsics.ll
    M llvm/test/Transforms/Scalarizer/order-bug-inseltpoison.ll
    M llvm/test/Transforms/Scalarizer/order-bug.ll
    M llvm/test/Transforms/Scalarizer/phi-order.ll
    M llvm/test/Transforms/Scalarizer/scatter-order.ll
    M llvm/test/Transforms/Scalarizer/variable-extractelement.ll
    M llvm/test/Transforms/Scalarizer/variable-insertelement.ll
    M llvm/test/Transforms/Scalarizer/vector-gep.ll
    M llvm/test/Transforms/Scalarizer/vector-of-pointer-to-vector.ll

  Log Message:
  -----------
  Scalarizer: use the canonical form of {extract,insert}element

This leads to a bunch of trivial test churn, plus some extra test changes
that are purely due to update_test_checks.

Pulled out of https://reviews.llvm.org/D149842 as a preparatory change.

Differential Revision: https://reviews.llvm.org/D149944


  Commit: 2e07adcd3a2acdef80a0b750bd60065cccd924c2
      https://github.com/llvm/llvm-project/commit/2e07adcd3a2acdef80a0b750bd60065cccd924c2
  Author: Nicolai Hähnle <nicolai.haehnle at amd.com>
  Date:   2023-05-05 (Fri, 05 May 2023)

  Changed paths:
    A llvm/test/Transforms/Scalarizer/min-bits.ll

  Log Message:
  -----------
  Scalarizer: precommit some tests

The tests are pulled out from https://reviews.llvm.org/D149842 as a
preparatory change.

Differential Revision: https://reviews.llvm.org/D149945


Compare: https://github.com/llvm/llvm-project/compare/f9ff2468af9b...2e07adcd3a2a


More information about the All-commits mailing list