[all-commits] [llvm/llvm-project] 97947f: [MLIR][NVVM] Update Op verifiers to prevent ungrac...
Srinivasa Ravi via All-commits
all-commits at lists.llvm.org
Tue Nov 4 02:09:20 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 97947f150f55727c5ae0998218260561e28b946e
https://github.com/llvm/llvm-project/commit/97947f150f55727c5ae0998218260561e28b946e
Author: Srinivasa Ravi <srinivasar at nvidia.com>
Date: 2025-11-04 (Tue, 04 Nov 2025)
Changed paths:
M mlir/include/mlir/Dialect/LLVMIR/NVVMOps.td
M mlir/lib/Dialect/LLVMIR/IR/NVVMDialect.cpp
M mlir/test/Dialect/LLVMIR/invalid.mlir
A mlir/test/Target/LLVMIR/nvvm/shfl-sync-invalid.mlir
A mlir/test/Target/LLVMIR/nvvm/tcgen05-ld-invalid.mlir
Log Message:
-----------
[MLIR][NVVM] Update Op verifiers to prevent ungraceful exits (#165677)
Updates the following Ops to prevent ungraceful exits with a stack-dump
in certain cases of incorrect usages, and instead gracefully error out
with a more informative error message:
- `tcgen05.ld`
- `shfl.sync`
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