[llvm] [CodeGen] Ensure clearRegisterKills clears inside bundles. (PR #149177)

Ricardo Jesus via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 21 02:16:58 PDT 2025


================
@@ -880,9 +880,9 @@ class MachineInstr
   /// queries but they are bundle aware.
 
   enum QueryType {
-    IgnoreBundle,    // Ignore bundles
-    AnyInBundle,     // Return true if any instruction in bundle has property
-    AllInBundle      // Return true if all instructions in bundle have property
+    IgnoreBundle, // Ignore bundles
----------------
rj-jesus wrote:

These formatting changes were made to avoid code formatter errors.

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


More information about the llvm-commits mailing list