meta nodes lost when converting back to legacy IR #27104
Labels
compiler:optimizer
Optimization passes (mostly in base/compiler/ssair/)
gpu
Affects running Julia on a GPU
regression
Regression in behavior compared to a previous version
Uh oh!
There was an error while loading. Please reload this page.
The new-style IR -> CodeInfo converter forgets about meta nodes, some of which are handled by codegen (
@noinline
fornoinline
LLVM IR attr as used by CUDAnative,@polly
).The fix seemed easy, but causes breakage, and I don't have time to look into this right now...
The other
replace_code!
converter looks like it handled this, but that code seems dead?The text was updated successfully, but these errors were encountered: