[all-commits] [llvm/llvm-project] 82c5d3: [VPlan] Add commutative binary OR matcher, use in ...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Mon May 20 05:04:10 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 82c5d350d200ccc5365d40eac187b9ec967af727
https://github.com/llvm/llvm-project/commit/82c5d350d200ccc5365d40eac187b9ec967af727
Author: Florian Hahn <flo at fhahn.com>
Date: 2024-05-20 (Mon, 20 May 2024)
Changed paths:
M llvm/lib/Transforms/Vectorize/VPlanPatternMatch.h
M llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
M llvm/test/Transforms/LoopVectorize/AArch64/masked-call.ll
M llvm/test/Transforms/LoopVectorize/AArch64/sve-tail-folding.ll
Log Message:
-----------
[VPlan] Add commutative binary OR matcher, use in transform. (#92539)
Split off from https://github.com/llvm/llvm-project/pull/89386, this
extends the binary matcher to support matching commuative operations.
This is used for a new m_c_BinaryOr matcher, used in simplifyRecipe.
PR: https://github.com/llvm/llvm-project/pull/92539
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