[all-commits] [llvm/llvm-project] bf4140: [AMDGPU] Add feature predicate for v_fmac_f64 inst...
Mariusz Sikora via All-commits
all-commits at lists.llvm.org
Thu Jan 19 04:06:57 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bf4140c2768ee71d3c4dbf922ed39356ef219a67
https://github.com/llvm/llvm-project/commit/bf4140c2768ee71d3c4dbf922ed39356ef219a67
Author: Mariusz Sikora <mariusz.sikora at amd.com>
Date: 2023-01-19 (Thu, 19 Jan 2023)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPU.td
M llvm/lib/Target/AMDGPU/GCNSubtarget.h
M llvm/lib/Target/AMDGPU/SIInstructions.td
M llvm/lib/Target/AMDGPU/VOP2Instructions.td
Log Message:
-----------
[AMDGPU] Add feature predicate for v_fmac_f64 instruction
Introducing feature predicate VFmacF64Inst for targets which
supports v_fmac_f64 instructions.
Differential Revision: https://reviews.llvm.org/D142017
More information about the All-commits
mailing list