[llvm] [TableGen] !subst on a dag should retain name of operator (PR #141195)

Francesco Petrogalli via llvm-commits llvm-commits at lists.llvm.org
Fri May 23 11:36:26 PDT 2025


================
@@ -0,0 +1,18 @@
+// RUN: llvm-tblgen %s | FileCheck %s
+
+// Operator name "frag" in one_frag:$frg was not retained during !subst.
----------------
fpetrogalli wrote:

we have operator `one_frag` named `frg`, but there is nothing that is just `frag`. Does the comment need fixing?

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


More information about the llvm-commits mailing list