[all-commits] [llvm/llvm-project] 5979c6: [InstCombine] Add vector tests for icmp_eq(add(X, C...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Thu Mar 10 01:01:42 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5979c659aaffc2119c0809a8ca076f02ce4bf909
https://github.com/llvm/llvm-project/commit/5979c659aaffc2119c0809a8ca076f02ce4bf909
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2022-03-10 (Thu, 10 Mar 2022)
Changed paths:
M llvm/test/Transforms/InstCombine/icmp.ll
Log Message:
-----------
[InstCombine] Add vector tests for icmp_eq(add(X,C1),add(Y,C2)) -> icmp_eq(add(X,C1-C2),Y)
As mentioned on Issue #32161 we don't even have uniform vector support for this fold
More information about the All-commits
mailing list