Skip to content
Commit 367f98f0 authored by Nick Lewycky's avatar Nick Lewycky
Browse files

Teach LazyValueInfo that allocas aren't NULL. Over all of llvm-test, this saves

half a million non-local queries, each of which would otherwise have triggered a
linear scan over a basic block.

Also fix a fixme for memory intrinsics which dereference pointers. With this,
we prove that a pointer is non-null because it was dereferenced by an intrinsic
112 times in llvm-test.

llvm-svn: 123533
parent facb7d0a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment