Changes
Summary
- [mlir] NFC: Remove ConvertToLLVMPattern::getDataPtr(). All call sites use getStridedElementPtr() now. (details)
- [mlir] Add translation of omp.wsloop to LLVM IR (details)
- [mlir] Rename ConvertToLLVMPattern::isSupportedMemRefType() to isConvertibleAndHasIdentityMaps(). (details)
- Revert "PR24076, PR33655, C++ CWG 1558: Consider the instantiation-dependence of" (details)
- [format] Add overload to parseConfiguration that accept llvm::MemoryBufferRef (details)
- [mlir] Remove static constructors from LLVMType (details)
- [VE] Vector 'and' isel and tests (details)