[PATCH] D119941: [CodeGen] Return false from LiveIntervals::runOnMachineFunction
Jay Foad via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 17 01:32:14 PST 2022
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGf0092f9ded34: [CodeGen] Return false from LiveIntervals::runOnMachineFunction (authored by foad).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D119941/new/
https://reviews.llvm.org/D119941
Files:
llvm/lib/CodeGen/LiveIntervals.cpp
Index: llvm/lib/CodeGen/LiveIntervals.cpp
===================================================================
--- llvm/lib/CodeGen/LiveIntervals.cpp
+++ llvm/lib/CodeGen/LiveIntervals.cpp
@@ -149,7 +149,7 @@
getRegUnit(i);
}
LLVM_DEBUG(dump());
- return true;
+ return false;
}
void LiveIntervals::print(raw_ostream &OS, const Module* ) const {
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D119941.409532.patch
Type: text/x-patch
Size: 364 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220217/e5efe0fa/attachment.bin>
More information about the llvm-commits
mailing list