[all-commits] [llvm/llvm-project] 1417ab: [AMDGPU] Add new llvm.amdgcn.fma.legacy intrinsic
Jay Foad via All-commits
all-commits at lists.llvm.org
Fri Oct 16 09:16:35 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 1417abe54c28854094230f6d3b743d5578f95dff
https://github.com/llvm/llvm-project/commit/1417abe54c28854094230f6d3b743d5578f95dff
Author: Jay Foad <jay.foad at amd.com>
Date: 2020-10-16 (Fri, 16 Oct 2020)
Changed paths:
M llvm/include/llvm/IR/IntrinsicsAMDGPU.td
M llvm/lib/Analysis/ConstantFolding.cpp
M llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp
M llvm/lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp
M llvm/lib/Target/AMDGPU/SIInstructions.td
M llvm/lib/Target/AMDGPU/VOP3Instructions.td
A llvm/test/CodeGen/AMDGPU/llvm.amdgcn.fma.legacy.ll
A llvm/test/Transforms/InstSimplify/ConstProp/AMDGPU/fma_legacy.ll
Log Message:
-----------
[AMDGPU] Add new llvm.amdgcn.fma.legacy intrinsic
Differential Revision: https://reviews.llvm.org/D89558
More information about the All-commits
mailing list