[all-commits] [llvm/llvm-project] 8678ad: [mlir][LLVMIR] Check number of elements in `mlir.c...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Tue Aug 13 01:13:43 PDT 2024
Branch: refs/heads/users/matthias-springer/llvm_constant_verifier
Home: https://github.com/llvm/llvm-project
Commit: 8678ad86ee9e57b868cce6b8722bf9472e510bd5
https://github.com/llvm/llvm-project/commit/8678ad86ee9e57b868cce6b8722bf9472e510bd5
Author: Matthias Springer <mspringer at nvidia.com>
Date: 2024-08-13 (Tue, 13 Aug 2024)
Changed paths:
M mlir/include/mlir/Dialect/LLVMIR/LLVMOps.td
M mlir/lib/Dialect/LLVMIR/IR/LLVMDialect.cpp
M mlir/test/Dialect/LLVMIR/invalid.mlir
M mlir/test/Target/LLVMIR/llvmir.mlir
Log Message:
-----------
[mlir][LLVMIR] Check number of elements in `mlir.constant` verifier
Check that the number of elements in the result type and the attribute of an `llvm.mlir.constant` op matches. Also fix a broken test where that was not the case.
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