[PATCH] D119954: [CodeGen] Return better Changed status from PostRAHazardRecognizer

Piotr Sobczak via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 16 12:04:56 PST 2022


piotr added inline comments.


================
Comment at: llvm/lib/CodeGen/PostRAHazardRecognizer.cpp:98
   }
-  return true;
+  return Changed;
 }
----------------
You can check NumNoops here instead?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D119954/new/

https://reviews.llvm.org/D119954



More information about the llvm-commits mailing list