[all-commits] [llvm/llvm-project] cc3e0e: AMDGPU: Add basic verification for mfma scale intr...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Wed Nov 20 13:02:33 PST 2024
Branch: refs/heads/users/arsenm/gfx950/basic-verification-mfma-scale-intrinsics
Home: https://github.com/llvm/llvm-project
Commit: cc3e0edbd3c4bc31e2909c78028f9b2920d23b98
https://github.com/llvm/llvm-project/commit/cc3e0edbd3c4bc31e2909c78028f9b2920d23b98
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