miniblog.
← Back to all posts
Wilfred Hughes
Nov 5, 2020 at 02:46
Fun compiler bug exposing an issue with LLVM (alias analysis):
https://github.com/rust-lang/rust/issues/54878
Impressively, they are able to replicate the issue in C with clang, and even find a similar bug in gcc!
Enable noalias annotations · Issue #54878 · rust-lang/rust
This issue tracks the undoing of the -Zmutable-noalias=no default introduced in #54639 on account of a bug in LLVM. cc @nagisa (Deja vu?)