https://github.com/s-perron closed
https://github.com/llvm/llvm-project/pull/140120
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/bogner approved this pull request.
https://github.com/llvm/llvm-project/pull/140120
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/cassiebeckley approved this pull request.
https://github.com/llvm/llvm-project/pull/140120
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Steven Perron (s-perron)
Changes
When initializing a global array, a loop is generated, but no
convergence is emitted for the loop. This fixes that up.
---
Full diff: https://github.com/llvm/llvm-project/pull/140120.diff
2 Files Affecte
llvmbot wrote:
@llvm/pr-subscribers-clang-codegen
@llvm/pr-subscribers-hlsl
Author: Steven Perron (s-perron)
Changes
When initializing a global array, a loop is generated, but no
convergence is emitted for the loop. This fixes that up.
---
Full diff: https://github.com/llvm/llvm-project/
https://github.com/s-perron created
https://github.com/llvm/llvm-project/pull/140120
When initializing a global array, a loop is generated, but no
convergence is emitted for the loop. This fixes that up.
>From 65ba89dc7c1496c4ff5f194c34472e308402b47d Mon Sep 17 00:00:00 2001
From: Steven Perro