Pol Marcet =?utf-8?q?Sardà ?= <[email protected]>,
Pol Marcet =?utf-8?q?Sardà ?= <[email protected]>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/[email protected]>
================
@@ -10895,6 +10899,132 @@ bool VectorExprEvaluator::VisitUnaryOperator(const
UnaryOperator *E) {
return Success(APValue(ResultElements.data(), ResultElements.size()), E);
}
+static bool EvaluateVectorOrLValue(APValue &Result, EvalInfo &Info,
----------------
erichkeane wrote:
This interface to this function seems really odd for the name? Is the name
inaccurate, or is this using 'false' to mean 'failure' AND 'not a vector'?
It seems to me that this needs to be something like "EvaluateLValueVector" or
something?
https://github.com/llvm/llvm-project/pull/76615
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits