[all-commits] [llvm/llvm-project] 4636b6: [mlir][intrange] Represent bounds of `ReflectBound...
Felix Schneider via All-commits
all-commits at lists.llvm.org
Tue May 21 09:53:09 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4636b66de513dfa15da1ba071f279b64ad68903f
https://github.com/llvm/llvm-project/commit/4636b66de513dfa15da1ba071f279b64ad68903f
Author: Felix Schneider <fx.schn at gmail.com>
Date: 2024-05-21 (Tue, 21 May 2024)
Changed paths:
M mlir/test/Dialect/Arith/int-range-interface.mlir
M mlir/test/Dialect/Arith/int-range-opts.mlir
M mlir/test/lib/Dialect/Test/TestOpDefs.cpp
Log Message:
-----------
[mlir][intrange] Represent bounds of `ReflectBoundsOp` as `si`/`ui` (#92641)
This patch adapts the `test.reflect_bounds` test Op to use explicitly
signed and unsigned representation for signed and unsigned bounds of
`IntegerType`s.
This is mostly a cosmetic change as the internal representation of the
ranges is unchanged. However, it improves readability of tests.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list