[llvm] [Bitcode][Asm] Parse metadata value from operand bundles (PR #87570)

Paul Kirth via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 29 17:20:40 PDT 2024


================
@@ -0,0 +1,9 @@
+; This test ensures that we parse metadata operand bundle values.
+; RUN: llvm-as < %s
----------------
ilovepi wrote:

No `CHECK` lines? is this just a test that `llvm-as` doesn't crash?

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


More information about the llvm-commits mailing list