As requested in https://reviews.llvm.org/D135625#3858141
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D136099
[instsimplify] Move (extelt (inselt Vec, Value, Index), Index) -> Value from InstCombine ClosedPublic Authored by dsanders on Oct 17 2022, 11:34 AM.
Details
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Oct 17 2022, 11:37 AM This revision was landed with ongoing or failed builds.Oct 17 2022, 3:22 PM Closed by commit rG021e6e05d3d9: [instsimplify] Move (extelt (inselt Vec, Value, Index), Index) -> Value from… (authored by dsanders). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 468349 llvm/lib/Analysis/InstructionSimplify.cpp
llvm/lib/Transforms/InstCombine/InstCombineVectorOps.cpp
llvm/test/Transforms/InstCombine/vector-inseltextelt.ll
llvm/test/Transforms/InstSimplify/vector-inseltextelt.ll
|