[PATCH] D89114: [TableGen][SchedModels] Fix aliasing of SchedWriteVariant

Eugene Leviant via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 12 03:12:03 PDT 2020


evgeny777 added inline comments.


================
Comment at: llvm/test/TableGen/sched-aliases.td:47
+
+def ProcFoo0 : SubtargetFeature<"foo-0", "ARMProcFamily", "foo-0",
+                                "Test Processor #1", []>;
----------------
dmgreen wrote:
> Is ProcFoo0 needed?
Yes. TableGen won't add model which is not bound to any processor


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D89114/new/

https://reviews.llvm.org/D89114



More information about the llvm-commits mailing list