[llvm] [VPlan] Add VPComputeVFxUFRecipe, use for type inference (PR #78309)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 26 01:25:42 PST 2024
fhahn wrote:
I looked into a similar issue recently, where type info for other opaque VPValues was missing. At the moment, all opaque VPValues share the type of the canonical IV and as this only impacts type-inference for now, updated type-inference to use return the type for all opaque VPValues in https://github.com/llvm/llvm-project/pull/80723.
Does this also fix the issue you were trying to address here?
https://github.com/llvm/llvm-project/pull/78309
More information about the llvm-commits
mailing list