[llvm] [VPlan] Build initial VPlan 0 using HCFGBuilder for inner loops. (NFC) (PR #124432)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Sat Feb 8 13:07:14 PST 2025


================
@@ -4,393 +4,6 @@
 ; RUN: opt < %s -passes=loop-vectorize -mtriple aarch64-unknown-linux-gnu -force-ordered-reductions=true  -hints-allow-reordering=true  -S 2>%t | FileCheck %s --check-prefix=CHECK-UNORDERED
 ; RUN: opt < %s -passes=loop-vectorize -mtriple aarch64-unknown-linux-gnu -hints-allow-reordering=false -S 2>%t | FileCheck %s --check-prefix=CHECK-ORDERED
 
-define float @fadd_strict(ptr noalias nocapture readonly %a, i64 %n) {
----------------
fhahn wrote:

Ah yes, removed for debugging earlier. Restored now, thanks

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


More information about the llvm-commits mailing list