torch-mlir/lib/RefBackend
Sean Silva 251aa6e435 Bump llvm-project to 774f1d3ffd458d6cb82d5039758ef1cf6370957f
Date:   Mon Nov 30 15:20:30 2020 -0800

Changes:
- finalizing-bufferize is stricter now, and we need to pull in a DimOp
  bufferization which was previously working by happenstance. The
  offending DimOp's are actually created by the linalg bufferization
  (which creates dim ops on the original tensor values, not the
  converted memrefs), so the fix is moving std-bufferize after
  linalg-bufferize.
2020-11-30 18:40:13 -08:00
..
JITHelpers Bump llvm-project to c8c07b76b2cf2ada8e7ec132f7f57b97d76743cf. 2020-10-29 15:25:55 -07:00
Runtime Add some much-needed comments around refbackrt::invoke. 2020-11-25 15:39:41 -08:00
CMakeLists.txt [RefBackend] Use std.global_memref instead of homegrown thing 2020-11-13 18:43:50 -08:00
LowerToLLVM.cpp [RefBackend] Fix leaks related to ABI boundaries. 2020-11-25 13:09:58 -08:00
LowerToRefbackrtABI.cpp [RefBackend] Fix leaks related to ABI boundaries. 2020-11-25 13:09:58 -08:00
PassDetail.h [RefBackend] Rename "E2E" to RefBackend. 2020-10-07 10:29:48 -07:00
RefBackend.cpp Bump llvm-project to 774f1d3ffd458d6cb82d5039758ef1cf6370957f 2020-11-30 18:40:13 -08:00