[llvm] [VPlan] Explicitly handle scalar pointer inductions. (PR #83068)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 7 07:30:41 PST 2024
================
@@ -1164,11 +1165,14 @@ class VPInstruction : public VPRecipeWithIRFlags {
/// An optional name that can be used for the generated IR instruction.
const std::string Name;
+ bool generatesScalars() const;
----------------
ayalz wrote:
Worth documenting?
https://github.com/llvm/llvm-project/pull/83068
More information about the llvm-commits
mailing list