================
@@ -644,7 +723,25 @@ bool IRInterpreter::CanInterpret(llvm::Module &module, 
llvm::Function &function,
         switch (operand_type->getTypeID()) {
         default:
           break;
-        case Type::FixedVectorTyID:
+        case Type::FixedVectorTyID: {
----------------
Michael137 wrote:

Now that you allow vector types as operands to instructions, did you verify 
that the other instructions we support correctly get interpreted if the operand 
is a vector? From some [skimming of the 
docs](https://llvm.org/docs/LangRef.html#vector-type) I see that, e.g., 
`Bitcast` requires some special handling for vector types.

https://github.com/llvm/llvm-project/pull/155000
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to