[llvm] [VPlan] Remove original loop if dead after vectorization. (PR #155497)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 22 00:36:50 PDT 2025


================
@@ -609,6 +611,66 @@ exit:
 }
 
 define void @low_trip_count_fold_tail_scalarized_store(ptr %dst) {
----------------
fhahn wrote:

Just the common check below

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


More information about the llvm-commits mailing list