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
..
2020-01-26 03:58:30 +00:00
2020-01-26 03:58:30 +00:00
2020-02-18 13:23:28 -08:00
2020-01-26 03:58:30 +00:00
2020-02-21 09:16:54 -05:00
2020-01-26 03:58:30 +00:00
2020-02-21 09:16:54 -05:00
2020-02-19 09:25:06 -08:00
2020-02-21 10:06:04 -05:00
2019-11-20 10:45:45 -08:00
2020-02-11 07:34:15 -05:00
2020-01-26 03:58:30 +00:00
2020-02-12 07:46:43 -05:00
2020-01-26 03:58:30 +00:00
2020-01-26 03:58:30 +00:00
2020-01-26 03:58:30 +00:00
2020-01-26 03:58:30 +00:00
2020-01-26 03:58:30 +00:00
2020-02-21 09:16:54 -05:00
2020-01-26 03:58:30 +00:00
2020-02-21 09:16:54 -05:00
2020-02-18 11:37:24 -08:00
2020-01-27 14:00:34 -08:00
2020-01-26 03:58:30 +00:00
2020-02-21 09:16:54 -05:00
2020-01-27 23:29:30 -08:00
2020-02-21 09:16:54 -05:00
2020-02-20 10:37:52 -08:00
2020-01-26 03:58:30 +00:00
2020-01-28 11:20:54 -08:00
2020-01-26 03:58:30 +00:00