[all-commits] [llvm/llvm-project] 021e6e: [instsimplify] Move (extelt (inselt Vec, Value, In...
Daniel Sanders via All-commits
all-commits at lists.llvm.org
Mon Oct 17 15:22:25 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 021e6e05d3d966d2291434fec1ec5d6db5633963
https://github.com/llvm/llvm-project/commit/021e6e05d3d966d2291434fec1ec5d6db5633963
Author: Daniel Sanders <daniel_l_sanders at apple.com>
Date: 2022-10-17 (Mon, 17 Oct 2022)
Changed paths:
M llvm/lib/Analysis/InstructionSimplify.cpp
M llvm/lib/Transforms/InstCombine/InstCombineVectorOps.cpp
R llvm/test/Transforms/InstCombine/vector-inseltextelt.ll
A llvm/test/Transforms/InstSimplify/vector-inseltextelt.ll
Log Message:
-----------
[instsimplify] Move (extelt (inselt Vec, Value, Index), Index) -> Value from InstCombine
As requested in https://reviews.llvm.org/D135625#3858141
Differential Revision: https://reviews.llvm.org/D136099
More information about the All-commits
mailing list