[all-commits] [llvm/llvm-project] 8d5d55: [VPlan] Factor vputils::getIntrinsicID (NFC) (#200...
Ramkumar Ramachandra via All-commits
all-commits at lists.llvm.org
Sat May 30 14:38:28 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8d5d550242cfda2deb9a098b6f86b4fd0b1c06a6
https://github.com/llvm/llvm-project/commit/8d5d550242cfda2deb9a098b6f86b4fd0b1c06a6
Author: Ramkumar Ramachandra <artagnon at tenstorrent.com>
Date: 2026-05-30 (Sat, 30 May 2026)
Changed paths:
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
M llvm/lib/Transforms/Vectorize/VPlanConstruction.cpp
M llvm/lib/Transforms/Vectorize/VPlanPatternMatch.h
M llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
M llvm/lib/Transforms/Vectorize/VPlanUtils.cpp
M llvm/lib/Transforms/Vectorize/VPlanUtils.h
Log Message:
-----------
[VPlan] Factor vputils::getIntrinsicID (NFC) (#200174)
In preparation to get getOpcodeOrIntrinsicID used by CSE to handle calls
and to constant-fold intrinsic calls, factor out vputils::getIntrinsicID
from VPlanPatternMatch to re-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