[all-commits] [llvm/llvm-project] e40920: VectorCombine: teach foldExtractedCmps about sames...
Ramkumar Ramachandra via All-commits
all-commits at lists.llvm.org
Tue Jan 14 04:04:37 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e409204a89c7fb1d1c040c18fac2fa8db9dfe893
https://github.com/llvm/llvm-project/commit/e409204a89c7fb1d1c040c18fac2fa8db9dfe893
Author: Ramkumar Ramachandra <ramkumar.ramachandra at codasip.com>
Date: 2025-01-14 (Tue, 14 Jan 2025)
Changed paths:
M llvm/lib/Transforms/Vectorize/VectorCombine.cpp
M llvm/test/Transforms/VectorCombine/X86/extract-cmp-binop.ll
Log Message:
-----------
VectorCombine: teach foldExtractedCmps about samesign (#122883)
Follow up on 4a0d53a (PatternMatch: migrate to CmpPredicate) to get rid
of one of the FIXMEs it introduced by replacing a predicate comparison
with CmpPredicate::getMatching.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list