[llvm] [AMDGPU] Replace `isInlinableLiteral16` with specific version (PR #84402)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 8 08:31:09 PST 2024
================
@@ -112,7 +112,7 @@ bb:
define amdgpu_ps void @test_wmma_bf16_16x16x16_bf16_imm(<8 x i16> %A, <8 x i16> %B, ptr addrspace(1) %out) {
; GFX12-LABEL: test_wmma_bf16_16x16x16_bf16_imm:
; GFX12: ; %bb.0: ; %bb
-; GFX12-NEXT: v_wmma_bf16_16x16x16_bf16 v[10:13], v[0:3], v[4:7], 1.0
+; GFX12-NEXT: v_wmma_bf16_16x16x16_bf16 v[10:13], v[0:3], v[4:7], 0
----------------
arsenm wrote:
No, the proposal was to change all the intrinsics. We only need to worry about maintaining compatibility with the C builtins for old operations
https://github.com/llvm/llvm-project/pull/84402
More information about the llvm-commits
mailing list