[llvm] [AA] Make alias check more accurately. (PR #137747)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 29 13:06:15 PDT 2025
https://github.com/nikic requested changes to this pull request.
The roughly 1k test failures are a big clue that this change is incorrect. This completely breaks composability of different AA providers.
It sounds to me like you are trying to work around UB in the source problem. Use `-fno-strict-aliasing` if you want to opt out of strict aliasing requirements.
https://github.com/llvm/llvm-project/pull/137747
More information about the llvm-commits
mailing list