[llvm] [llvm-exegesis] Add support for memory annotations in yaml (PR #76665)

Clement Courbet via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 5 03:57:48 PST 2024


================
@@ -258,6 +258,64 @@ template <> struct ScalarTraits<exegesis::RegisterValue> {
   static const bool flow = true;
 };
 
+template <> struct ScalarTraits<APInt> {
----------------
legrosbuffle wrote:

I think you're only supposed to specialize this for types you own. @gchatelet wrote the yaml input/output, can you have a look ?

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


More information about the llvm-commits mailing list