llvm-project/mlir/test/EDSC
Adam D Straw 25055a4fb9 [mlir] add unsigned comparison builders to Affine EDSC
Current Affine comparison builders, which use operator overload, default to signed comparison.  This creates the possibility of misuse of these builders and potential correctness issues when dealing with unsigned integers.  This change makes the distinction between signed and unsigned comparison builders and forces the caller to make a choice between the two.

Differential Revision: https://reviews.llvm.org/D82323
2020-06-29 23:30:49 +02:00
..
CMakeLists.txt [mlir] NFC: Rename LoopOps dialect to SCF (Structured Control Flow) 2020-05-11 15:04:27 +02:00
builder-api-test.cpp [mlir] add unsigned comparison builders to Affine EDSC 2020-06-29 23:30:49 +02:00
lit.local.cfg Make EDSC builder test more robust to the order of evaluation 2019-06-01 19:56:34 -07:00