[llvm] [VPlan] Implement printing VPIRMetadata. (PR #168385)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 25 04:03:44 PST 2025
================
@@ -4444,6 +4449,11 @@ class VPlan {
/// Return the VPIRBasicBlock wrapping the header of the scalar loop.
VPIRBasicBlock *getScalarHeader() const { return ScalarHeader; }
+ /// Return the Module from the scalar header.
+ const Module &getModule() const {
----------------
fhahn wrote:
I removed it , it is all handled in VPSlotTracker now, thanks
https://github.com/llvm/llvm-project/pull/168385
More information about the llvm-commits
mailing list