[llvm] [MIR2Vec] Add embedder for machine instructions (PR #162161)

S. VenkataKeerthy via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 14 08:50:56 PDT 2025


================
@@ -0,0 +1,144 @@
+# REQUIRES: x86_64-linux
+# RUN: llc -run-pass=none -print-mir2vec -mir2vec-vocab-path=%S/Inputs/mir2vec_dummy_3D_vocab.json %s -o /dev/null 2>&1 | FileCheck %s
----------------
svkeerthy wrote:

How do you set triple?

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


More information about the llvm-commits mailing list