1. 23 Jul, 2019 2 commits
  2. 22 Jul, 2019 12 commits
  3. 20 Jul, 2019 6 commits
  4. 19 Jul, 2019 13 commits
  5. 18 Jul, 2019 6 commits
  6. 17 Jul, 2019 1 commit
    • Diego Caballero's avatar
      [MLIR] Add llvm.noalias attribute to nGraph func args (#3232) · ac8e22d9
      Diego Caballero authored
      Aliasing prevents vectorization and other optimizations in LLVM (dot2d,
      for example). I found that LLVM dialect contemplates the possibility of
      previous dialects adding llvm.noalias attribute to function arguments so
      that the NoAlias attribute is generated in LLVM-IR. This should be good for
      now although we should discuss how to model this in Standard dialect and co.
      ac8e22d9