Removed redundant alias checks generated during run time.
As specified in PR23888, run-time alias check generation is expensive
in terms of compile-time. This reduces the compile time by computing
minimal/maximal access only once for each base pointer
Contributed-by:
Pratik Bhatu <cs12b1010@iith.ac.in>
llvm-svn: 243024
Loading
Please sign in to comment