[llvm] [BasicAA] Treat returns_twice functions as clobbering unescaped objects (PR #117902)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 6 08:25:44 PDT 2025
nikic wrote:
@antoniofrighetto GVN should not be using callCapturesBefore(). It should be using BatchAA with EarliestEscapeAnalysis.
https://github.com/llvm/llvm-project/pull/117902
More information about the llvm-commits
mailing list