[all-commits] [llvm/llvm-project] d01264: [VPlan] Match more GEP-like in m_GetElementPtr (#1...
Ramkumar Ramachandra via All-commits
all-commits at lists.llvm.org
Mon Sep 15 12:07:00 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d012642be170395fe228d1d8f72c722fb8ccc1d6
https://github.com/llvm/llvm-project/commit/d012642be170395fe228d1d8f72c722fb8ccc1d6
Author: Ramkumar Ramachandra <ramkumar.ramachandra at codasip.com>
Date: 2025-09-15 (Mon, 15 Sep 2025)
Changed paths:
M llvm/lib/Transforms/Vectorize/VPlan.h
M llvm/lib/Transforms/Vectorize/VPlanPatternMatch.h
M llvm/unittests/Transforms/Vectorize/VPlanPatternMatchTest.cpp
Log Message:
-----------
[VPlan] Match more GEP-like in m_GetElementPtr (#158019)
The m_GetElementPtr matcher is incorrect and incomplete. Fix it to match
all possible GEPs to avoid misleading users. It currently just has one
use, and the change is non-functional for that use.
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