================
@@ -140,10 +140,10 @@ void multi_dimensional() {
 // CIR:       cir.return
 
 // LLVM:     define{{.*}} void @_Z17multi_dimensionalv()
+// LLVM:       %[[ITER:.*]] = alloca ptr, i64 1
----------------
andykaylor wrote:

```suggestion
// LLVM:       %[[ITER:.*]] = alloca ptr
```
We don't want this difference with OGCG, so we should stop checking for it 
where we aren't interested in that detail of the alloca.

https://github.com/llvm/llvm-project/pull/180276
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to