[llvm] [TableGen][SubtargetEmitter] Early exit from loop in FindWriteResources (PR #92202)
Michael Maitland via llvm-commits
llvm-commits at lists.llvm.org
Tue May 14 19:15:43 PDT 2024
================
@@ -910,6 +910,7 @@ SubtargetEmitter::FindWriteResources(const CodeGenSchedRW &SchedWrite,
ProcModel.ModelName);
}
ResDef = WR;
+ break;
----------------
michaelmaitland wrote:
I messed up. Need to take a second look at this.
https://github.com/llvm/llvm-project/pull/92202
More information about the llvm-commits
mailing list