[clang] [llvm] Minimal support of floating-point operand bundles (PR #135658)

Serge Pavlov via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 22 11:23:42 PDT 2025


================
@@ -4388,6 +4388,31 @@ void AssemblyWriter::printInfoComment(const Value &V) {
 
   if (PrintInstAddrs)
     Out << " ; " << &V;
+
----------------
spavloff wrote:

Added a small test.

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


More information about the llvm-commits mailing list