llvm-project/mlir/lib
Alexandre Ganea 5125803d34 [mlir] Silence error: call to constructor of 'llvm::APInt' is ambiguous
I was getting this error when using Clang 9.0.1 for compiling.

F:\llvm-project\mlir\lib\IR\Builders.cpp(119,27): error: call to constructor of 'llvm::APInt' is ambiguous
                          APInt(32, value, /*isSigned=*/false));
                          ^     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
F:\llvm-project\llvm\include\llvm/ADT/APInt.h(277,3): note: candidate constructor
  APInt(unsigned numBits, uint64_t val, bool isSigned = false)
  ^
F:\llvm-project\llvm\include\llvm/ADT/APInt.h(304,3): note: candidate constructor
  APInt(unsigned numBits, unsigned numWords, const uint64_t bigVal[]);
  ^
1 error generated.
2020-02-21 10:06:04 -05:00
..
Analysis [mlir] Add a signedness semantics bit to IntegerType 2020-02-21 09:16:54 -05:00
Conversion [mlir] Add a signedness semantics bit to IntegerType 2020-02-21 09:16:54 -05:00
Dialect [mlir] Add a signedness semantics bit to IntegerType 2020-02-21 09:16:54 -05:00
EDSC [mlir][EDSC] Almost NFC - Refactor and untangle EDSC dependencies 2020-02-10 12:10:41 -05:00
ExecutionEngine [mlir] Use LLJIT::getMainJITDylib instead of hardcoding '<main>' 2020-02-20 14:19:34 -08:00
IR [mlir] Silence error: call to constructor of 'llvm::APInt' is ambiguous 2020-02-21 10:06:04 -05:00
Parser [mlir] Add a signedness semantics bit to IntegerType 2020-02-21 09:16:54 -05:00
Pass Hide implementation details. NFC> 2020-02-17 17:55:23 +01:00
Quantizer Remove static registration for dialects, and the "alwayslink" hack for passes 2020-02-12 09:13:02 +00:00
Support Remove static registration for dialects, and the "alwayslink" hack for passes 2020-02-12 09:13:02 +00:00
TableGen [mlir] Allow adding extra class declarations to interfaces. 2020-02-15 23:54:42 -08:00
Target [mlir] Add explicit friendship to LLVM::ModuleTranslation to derived 2020-02-05 18:34:44 -08:00
Transforms [mlir] Add a signedness semantics bit to IntegerType 2020-02-21 09:16:54 -05:00
Translation Mass update the MLIR license header to mention "Part of the LLVM project" 2020-01-26 03:58:30 +00:00
CMakeLists.txt NFC: Move AffineOps dialect to the Dialect sub-directory. 2019-08-20 15:36:39 -07:00