[all-commits] [llvm/llvm-project] aaaf6c: [mlir][Linalg] NFC - Hotfix GenericLoopNestBuilder...
Nicolas Vasilache via All-commits
all-commits at lists.llvm.org
Fri Jan 3 11:30:46 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: aaaf6c456093101aea50be740ce1598174e6e5aa
https://github.com/llvm/llvm-project/commit/aaaf6c456093101aea50be740ce1598174e6e5aa
Author: Nicolas Vasilache <ntv at google.com>
Date: 2020-01-03 (Fri, 03 Jan 2020)
Changed paths:
M mlir/lib/Dialect/Linalg/Utils/Utils.cpp
Log Message:
-----------
[mlir][Linalg] NFC - Hotfix GenericLoopNestBuilder compilation error (-fpermissive)
This should fix the error:
```
mlir/include/mlir/Dialect/Linalg/Utils/Utils.h:72:3: error: from definition of 'template<class LoopTy> mlir::edsc::GenericLoopNestRangeBuilder<LoopTy>::GenericLoopNestRangeBuilder(llvm::ArrayRef<mlir::edsc::ValueHandle*>, llvm::ArrayRef<mlir::Value>)' [-fpermissive]
GenericLoopNestRangeBuilder(ArrayRef<edsc::ValueHandle *> ivs,
```
More information about the All-commits
mailing list