[llvm] [VPlan] Introduce explicit broadcasts for live-ins. (PR #124644)

via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 26 07:34:52 PST 2025


================
@@ -920,6 +925,10 @@ void VPInstruction::print(raw_ostream &O, const Twine &Indent,
   case VPInstruction::BranchOnCount:
     O << "branch-on-count";
     break;
+  case VPInstruction::Broadcast:
+    O << "broadcast";
+    break;
+
----------------
ayalz wrote:

nit: redundant inconsistent empty line.

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


More information about the llvm-commits mailing list