[Lldb-commits] [lldb] [lldb] Add some vector operations to the IRInterpreter (PR #155000)
Adrian Prantl via lldb-commits
lldb-commits at lists.llvm.org
Fri Aug 22 12:05:36 PDT 2025
================
@@ -129,6 +129,17 @@ class Architecture : public PluginInterface {
RegisterContext ®_context) const {
return false;
}
+
+ // Get the vector element order for this architecture. This determines how
----------------
adrian-prantl wrote:
```suggestion
/// Get the vector element order for this architecture. This determines how
```
https://github.com/llvm/llvm-project/pull/155000
More information about the lldb-commits
mailing list