Conversation
|
This isn't really a bugfix, right? I can see the argument for backporting to 1.12 (since that's the current release and when Array became alloc-opt eligible), but it's unclear to me why we would backport further. Is this expected to yield a performance improvement? |
|
so this is a bugfix since dropping metadata can cause issues (both performance and otherwise). Julia, for example already uses tbaa extensively to describe loads being invariant within a module. Admittedly this is less important for alloca than load/store's, but still an issue. |
|
|
Backport of #60695 particularly
Backport of #60695 particularly
Potentially related to JuliaLang/julia#60695
* Fix SPIRV tests after 1.12.5 Potentially related to JuliaLang/julia#60695 * Fix precompile tests * Formatting
No description provided.