[all-commits] [llvm/llvm-project] f01ee7: AMDGPU: Add basic verification for mfma scale intr...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Wed Nov 20 13:09:22 PST 2024
Branch: refs/heads/users/arsenm/gfx950/basic-verification-mfma-scale-intrinsics
Home: https://github.com/llvm/llvm-project
Commit: f01ee7e9afc077c92a18d4c5bfe2654bd7d6552c
https://github.com/llvm/llvm-project/commit/f01ee7e9afc077c92a18d4c5bfe2654bd7d6552c
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2024-11-20 (Wed, 20 Nov 2024)
Changed paths:
M llvm/include/llvm/IR/IntrinsicsAMDGPU.td
M llvm/lib/IR/Verifier.cpp
A llvm/test/Verifier/AMDGPU/mfma-scale.ll
Log Message:
-----------
AMDGPU: Add basic verification for mfma scale intrinsics
Verify the format is valid and the type is one of the expected
i32 vectors. Verify the used vector types at least cover the
requirements of the corresponding format operand.
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