[all-commits] [llvm/llvm-project] 0cc38a: [Matrix] Propagate shape information through fneg

Visoiu Mistrih Francis via All-commits all-commits at lists.llvm.org
Fri Jan 22 14:35:23 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0cc38acfc4e1dcdc2a9b6287bc93eef57acfd105
      https://github.com/llvm/llvm-project/commit/0cc38acfc4e1dcdc2a9b6287bc93eef57acfd105
  Author: Francis Visoiu Mistrih <francisvm at yahoo.com>
  Date:   2021-01-22 (Fri, 22 Jan 2021)

  Changed paths:
    M llvm/lib/Transforms/Scalar/LowerMatrixIntrinsics.cpp
    M llvm/test/Transforms/LowerMatrixIntrinsics/propagate-backward.ll
    M llvm/test/Transforms/LowerMatrixIntrinsics/propagate-forward.ll

  Log Message:
  -----------
  [Matrix] Propagate shape information through fneg

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

Differential Revision: https://reviews.llvm.org/D95252




More information about the All-commits mailing list