[clang] [llvm] [Loads] Check context instruction for context-sensitive derefability (PR #109277)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 4 10:59:12 PST 2024


nikic wrote:

> @nikic I mean not in theory but currently. I don't see those (except allocas) handled anywhere unless I'm missing something?

The `I &&` part handles those. If it's a global or argument (thus not an instruction) we'll fall through to the return true.

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


More information about the llvm-commits mailing list