[all-commits] [llvm/llvm-project] 28acaf: [RISCV][test] Add a test for (mul (add x, c1), c2)...
Ben Shi via All-commits
all-commits at lists.llvm.org
Fri Jul 10 18:33:28 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 28acaf84230fd246311f1cf18bad34b4bc3e5c0c
https://github.com/llvm/llvm-project/commit/28acaf84230fd246311f1cf18bad34b4bc3e5c0c
Author: Ben Shi <powerman1st at 163.com>
Date: 2020-07-10 (Fri, 10 Jul 2020)
Changed paths:
A llvm/test/CodeGen/RISCV/addimm-mulimm.ll
Log Message:
-----------
[RISCV][test] Add a test for (mul (add x, c1), c2) -> (add (mul x, c2), c1*c2) transformation
Reviewed By: lenary, MaskRay
Differential Revision: https://reviews.llvm.org/D83159
More information about the All-commits
mailing list