Similar to binary operators like fadd/fmul/fsub, propagate shape info through unary operators (fneg is the only one?).
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D95252
[Matrix] Propagate shape information through fneg ClosedPublic Authored by thegameg on Jan 22 2021, 11:21 AM.
Details
Summary Similar to binary operators like fadd/fmul/fsub, propagate shape info through unary operators (fneg is the only one?).
Diff Detail Event TimelineThis revision is now accepted and ready to land.Jan 22 2021, 2:18 PM Closed by commit rG0cc38acfc4e1: [Matrix] Propagate shape information through fneg (authored by thegameg). · Explain WhyJan 22 2021, 2:35 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 318587 llvm/lib/Transforms/Scalar/LowerMatrixIntrinsics.cpp
llvm/test/Transforms/LowerMatrixIntrinsics/propagate-backward.ll
llvm/test/Transforms/LowerMatrixIntrinsics/propagate-forward.ll
|