[llvm] [VectorCombine] scalarizeLoadExtract - don't create scalar loads if any extract is waiting to be erased (PR #129375)

Yingwei Zheng via llvm-commits llvm-commits at lists.llvm.org
Sat Mar 1 03:55:53 PST 2025


================
@@ -24,3 +24,15 @@ define void @multiple_extract(ptr %p) {
   store i32 %e1, ptr %p1, align 4
   ret void
 }
+
+; infinite loop if we fold an extract that is waiting to be erased
+define void @unsued_extract(ptr %p) {
----------------
dtcxzyw wrote:

```suggestion
define void @unused_extract(ptr %p) {
```

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


More information about the llvm-commits mailing list