[all-commits] [llvm/llvm-project] e471cd: [EarlyCSE] Support CSE for commutative intrinsics ...
XChy via All-commits
all-commits at lists.llvm.org
Sun Sep 24 06:23:13 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e471cd1d7382b98108f888072cbe016a3afc4558
https://github.com/llvm/llvm-project/commit/e471cd1d7382b98108f888072cbe016a3afc4558
Author: XChy <xxs_chy at outlook.com>
Date: 2023-09-24 (Sun, 24 Sep 2023)
Changed paths:
M llvm/lib/Transforms/Scalar/EarlyCSE.cpp
M llvm/test/Transforms/EarlyCSE/commute.ll
Log Message:
-----------
[EarlyCSE] Support CSE for commutative intrinsics with over 2 args (#67255)
Extends EarlyCSE to support commutative intrinsics with over 2 args.
More information about the All-commits
mailing list