Jie Fu
cce026bf8f
[mlir][test] Fix -Wsign-compare in TestDialect.cpp (NFC)
llvm-project/mlir/test/lib/Dialect/Test/TestDialect.cpp:597:31:
error: comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int64_t' (aka 'long') [-Werror,-Wsign-compare]
if (getVarOperands().size() != expectedNumOperands)
~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~
1 error generated.
2024-04-16 17:19:45 +08:00
..
2023-12-21 17:58:53 +01:00
2024-02-07 15:23:28 -05:00
2024-04-16 17:19:45 +08:00
2024-03-20 22:15:17 +01:00
2024-02-19 16:41:28 -08:00
2023-10-01 16:08:51 -07:00
2023-09-01 20:53:08 -07:00
2024-03-02 20:57:30 +01:00
2024-01-03 20:37:20 -08:00
2024-04-02 13:30:45 +03:00
2022-06-13 20:37:44 +00:00