[all-commits] [llvm/llvm-project] 8253f7: [InstCombine] Optimize multiplication where both o...
Zain Jaffal via All-commits
all-commits at lists.llvm.org
Wed Sep 14 08:30:09 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8253f7e286b408a09a2d51e31896f8ef32b10556
https://github.com/llvm/llvm-project/commit/8253f7e286b408a09a2d51e31896f8ef32b10556
Author: Zain Jaffal <z_jaffal at apple.com>
Date: 2022-09-14 (Wed, 14 Sep 2022)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
M llvm/test/Transforms/InstCombine/matrix-multiplication-negation.ll
Log Message:
-----------
[InstCombine] Optimize multiplication where both operands are negated
Handle the case where both operands are negated in matrix multiplication
Reviewed By: fhahn
Differential Revision: https://reviews.llvm.org/D133695
More information about the All-commits
mailing list