[all-commits] [llvm/llvm-project] 0feb5b: AMDGPU: Fix incorrectly selecting fp8/bf8 conversi...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Sun Sep 15 04:27:17 PDT 2024
Branch: refs/heads/users/arsenm/amdgpu-fix-wrong-predicates-fp8-conversion-intrinsics
Home: https://github.com/llvm/llvm-project
Commit: 0feb5b51117cdfeb17221e9f8810b26c7bdfac03
https://github.com/llvm/llvm-project/commit/0feb5b51117cdfeb17221e9f8810b26c7bdfac03
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2024-09-15 (Sun, 15 Sep 2024)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPU.td
M llvm/lib/Target/AMDGPU/GCNSubtarget.h
M llvm/lib/Target/AMDGPU/VOP1Instructions.td
A llvm/test/CodeGen/AMDGPU/llvm.amdgcn.cvt.f32.fp8.err.ll
Log Message:
-----------
AMDGPU: Fix incorrectly selecting fp8/bf8 conversion intrinsics
Trying to codegen these on targets without the instructions should
fail to select. Not sure if all the predicates are correct. We had
a fake one disconnected to a feature which was always true.
Fixes: SWDEV-482274
Commit: 394a284f3d0e73ddf2addb89e8083e029af13b22
https://github.com/llvm/llvm-project/commit/394a284f3d0e73ddf2addb89e8083e029af13b22
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2024-09-15 (Sun, 15 Sep 2024)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPU.td
Log Message:
-----------
Formatting
Compare: https://github.com/llvm/llvm-project/compare/2d3ae1b4acc9...394a284f3d0e
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