Files
llvm-6502/include/llvm/Analysis
Dan Gohman 075fb5d68f Enhance GVN to do more precise alias queries for non-local memory
references. For example, this allows gvn to eliminate the load in
this example:

  void foo(int n, int* p, int *q) {
    p[0] = 0;
    p[1] = 1;
    if (n) {
      *q = p[0];
    }
  }


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118714 91177308-0d34-0410-b5e6-96231b3b80d8
2010-11-10 20:37:15 +00:00
..
2010-07-13 05:50:08 +00:00
2010-07-12 05:26:37 +00:00
2010-02-08 22:00:06 +00:00
2010-11-08 18:28:34 +00:00
2010-10-23 17:10:24 +00:00
2010-10-13 15:55:12 +00:00
2010-07-22 07:46:31 +00:00
2010-10-20 01:54:44 +00:00
2010-07-22 07:46:31 +00:00
2010-04-08 17:41:04 +00:00