[llvm] [TableGen][SubtargetEmitter] Early exit from loop in FindWriteResources and FindReadAdvance (PR #92202)

Michael Maitland via llvm-commits llvm-commits at lists.llvm.org
Wed May 15 10:18:17 PDT 2024


================
@@ -910,6 +910,7 @@ SubtargetEmitter::FindWriteResources(const CodeGenSchedRW &SchedWrite,
                                           ProcModel.ModelName);
       }
       ResDef = WR;
+      break;
----------------
michaelmaitland wrote:

I have addressed this problem

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


More information about the llvm-commits mailing list