[all-commits] [llvm/llvm-project] 216787: [mlir][arith] Add tests for i0 canonicalization (#...
Théo Degioanni via All-commits
all-commits at lists.llvm.org
Sun Apr 28 10:26:54 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 216787cffc4a864e0effb165c1c32b92328a0a06
https://github.com/llvm/llvm-project/commit/216787cffc4a864e0effb165c1c32b92328a0a06
Author: Théo Degioanni <theo.degioanni.llvm.deluge062 at simplelogin.fr>
Date: 2024-04-28 (Sun, 28 Apr 2024)
Changed paths:
M mlir/test/Dialect/Arith/canonicalize.mlir
Log Message:
-----------
[mlir][arith] Add tests for i0 canonicalization (#89665)
Before #87193, the canonicalizer in arith crashed when attempting signed
extension on an i0 value. To hopefully avoid it happening again, this PR
introduces tests for canonicalization of arith operations with i0
values, focusing on operations related to bit width or signedness.
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