[llvm] [VPlan] Add WidenGEP::getSourceElementType (NFC) (PR #159029)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 22 02:09:05 PDT 2025
================
@@ -1763,6 +1763,8 @@ struct LLVM_ABI_FOR_TEST VPWidenSelectRecipe : public VPRecipeWithIRFlags,
/// A recipe for handling GEP instructions.
class LLVM_ABI_FOR_TEST VPWidenGEPRecipe : public VPRecipeWithIRFlags {
+ Type *SourceElementTy;
----------------
fhahn wrote:
Yep that would be good as a follow-up cleanup!
https://github.com/llvm/llvm-project/pull/159029
More information about the llvm-commits
mailing list