[llvm] [BOLT] Simplify RAState helpers (NFCI) (PR #162820)

Peter Waller via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 28 04:42:18 PDT 2025


================
@@ -40,25 +40,30 @@ void InsertNegateRAState::runOnFunction(BinaryFunction &BF) {
     coverFunctionFragmentStart(BF, FF);
     bool FirstIter = true;
     MCInst PrevInst;
+    bool PrevRAState = false;
----------------
peterwaller-arm wrote:

That's in a different function, no?

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


More information about the llvm-commits mailing list