[PATCH] D149944: Scalarizer: use the canonical form of {extract,insert}element

Nicolai Hähnle via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 5 02:49:44 PDT 2023


nhaehnle created this revision.
nhaehnle added reviewers: foad, fhahn, arsenm, nikic.
Herald added subscribers: StephenFan, hiraditya.
Herald added a project: All.
nhaehnle requested review of this revision.
Herald added subscribers: llvm-commits, wdng.
Herald added a project: LLVM.

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.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D149944

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D149944.519782.patch
Type: text/x-patch
Size: 154485 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230505/6335ad36/attachment-0001.bin>


More information about the llvm-commits mailing list