[all-commits] [llvm/llvm-project] c52280: [InstCombine] Tests for D156026 (Contracting x^2 +...
Christoph Stiller via All-commits
all-commits at lists.llvm.org
Wed Aug 9 05:13:58 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c52280b6103a26b8e33749e687323571beebc0ba
https://github.com/llvm/llvm-project/commit/c52280b6103a26b8e33749e687323571beebc0ba
Author: Christoph Stiller <c.stiller at live.de>
Date: 2023-08-09 (Wed, 09 Aug 2023)
Changed paths:
M llvm/test/Transforms/InstCombine/add.ll
Log Message:
-----------
[InstCombine] Tests for D156026 (Contracting x^2 + 2*x*y + y^2 to (x + y)^2) (NFC)
Differential Revision: https://reviews.llvm.org/D156347
More information about the All-commits
mailing list