[llvm] [SandboxIR] Functions to find vectorizor-relevant properties (PR #109221)

via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 18 17:29:34 PDT 2024


================
@@ -411,6 +411,11 @@ class Value {
 
   Type *getType() const;
 
+  /// \Returns the expected type of \p V. For most Values this is equivalent
----------------
vporpo wrote:

the expected type "of \p V" 
Perhaps "the expected type of this Value" ?

https://github.com/llvm/llvm-project/pull/109221


More information about the llvm-commits mailing list