[llvm] [LoopVectorizer] Prune VFs based on plan register pressure (PR #132190)

David Sherwood via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 20 06:54:57 PDT 2025


================
@@ -8,8 +8,8 @@
 define void @vec_load(i64 %N, ptr nocapture %a, ptr nocapture readonly %b) {
 ; CHECK-LABEL: @vec_load
 ; CHECK: vector.body:
-; CHECK: %[[LOAD:.*]] = load <vscale x 2 x double>, ptr
-; CHECK: call <vscale x 2 x double> @foo_vec(<vscale x 2 x double> %[[LOAD]])
+; CHECK: %[[WIDE_LOAD:.*]] = load <vscale x 2 x double>, ptr
----------------
david-arm wrote:

Looks like these changes can be reverted?

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


More information about the llvm-commits mailing list