[llvm-branch-commits] [llvm] ValueTracking: Allow getUnderlyingObject to look at vectors (PR #114311)
Nikita Popov via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Nov 1 03:38:28 PDT 2024
https://github.com/nikic approved this pull request.
A tentative LGTM. I *think* this particular change is fine, but it's a dangerous area because all of AA basically does not support pointers of vectors at all and treats them as escapes. Wouldn't surprise me if this causes a miscompile.
https://github.com/llvm/llvm-project/pull/114311
More information about the llvm-branch-commits
mailing list