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