[llvm] [Asan] Provide TTI hook to provide memory reference infromation of ta… (PR #127753)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 26 00:21:10 PST 2025


arsenm wrote:

> I don't think middle end passes are allowed to include TargetLowering.h are they? Isn't that why TTI exists?

Yes, for certain value of middle end. Codegen IR passes can use TargetLowering


https://github.com/llvm/llvm-project/pull/127753


More information about the llvm-commits mailing list