[all-commits] [llvm/llvm-project] 526014: [InstCombine] restore test for mul+add transform w...
Sanjay Patel via All-commits
all-commits at lists.llvm.org
Thu Aug 25 08:37:40 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5260146a8a74084f3d38d8bb448ae3c5690b9084
https://github.com/llvm/llvm-project/commit/5260146a8a74084f3d38d8bb448ae3c5690b9084
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2022-08-25 (Thu, 25 Aug 2022)
Changed paths:
M llvm/test/Transforms/InstCombine/mul.ll
R llvm/test/Transforms/InstCombine/pr20079.ll
Log Message:
-----------
[InstCombine] restore test for mul+add transform with constant expression; NFC
This test was added with 6cf6c05322629a17a82aa53e3931086b0,
but then made useless with D4238 / d1bea693e20b470f0.
We still need a test to make sure transforms are not
conflicting when matching a constant expression.
More information about the All-commits
mailing list