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

Gergely Bálint via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 28 04:56:19 PDT 2025


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

oops, yes, you are right.

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


More information about the llvm-commits mailing list