This depends on D136470 so that we can get element wise results from compute known bits. This change is fairly trivial on its own.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D136475
[InstCombine] Allow simplify demanded transformations on scalable vectors ClosedPublic Authored by reames on Oct 21 2022, 11:17 AM.
Details Summary This depends on D136470 so that we can get element wise results from compute known bits. This change is fairly trivial on its own.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Oct 31 2022, 1:03 PM This revision was landed with ongoing or failed builds.Oct 31 2022, 1:39 PM Closed by commit rGa819f6c8d1f4: [InstCombine] Allow simplify demanded transformations on scalable vectors (authored by reames). · Explain Why This revision was automatically updated to reflect the committed changes. reames added a child revision: D137190: [SDAG] Allow scalable vectors in SimplifyDemanded routines.Nov 1 2022, 1:20 PM
Revision Contents
Diff 472119 llvm/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp
llvm/test/Transforms/InstCombine/mul-masked-bits.ll
llvm/test/Transforms/InstCombine/udiv-simplify.ll
|