[PATCH] D95252: [Matrix] Propagate shape information through fneg

Francis Visoiu Mistrih via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 22 11:21:52 PST 2021


thegameg created this revision.
thegameg added a reviewer: fhahn.
Herald added subscribers: tschuett, hiraditya.
thegameg requested review of this revision.
Herald added a project: LLVM.

Similar to binary operators like fadd/fmul/fsub, propagate shape info through unary operators (fneg is the only one?).


https://reviews.llvm.org/D95252

Files:
  llvm/lib/Transforms/Scalar/LowerMatrixIntrinsics.cpp
  llvm/test/Transforms/LowerMatrixIntrinsics/propagate-backward.ll
  llvm/test/Transforms/LowerMatrixIntrinsics/propagate-forward.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D95252.318587.patch
Type: text/x-patch
Size: 8588 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210122/6f6fb7b6/attachment.bin>


More information about the llvm-commits mailing list