[all-commits] [llvm/llvm-project] c5c58f: AMDGPU: Remove intermediate DAG node for trig_preo...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Tue Jun 16 18:20:56 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c5c58fd6b5c5b000df0fa2b9abdcbc76635c0368
https://github.com/llvm/llvm-project/commit/c5c58fd6b5c5b000df0fa2b9abdcbc76635c0368
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2020-06-16 (Tue, 16 Jun 2020)
Changed paths:
M llvm/include/llvm/IR/IntrinsicsAMDGPU.td
M llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp
M llvm/lib/Target/AMDGPU/AMDGPUISelLowering.h
M llvm/lib/Target/AMDGPU/AMDGPUInstrInfo.td
M llvm/lib/Target/AMDGPU/SIISelLowering.cpp
M llvm/lib/Target/AMDGPU/VOP3Instructions.td
A llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.trig.preop.ll
Log Message:
-----------
AMDGPU: Remove intermediate DAG node for trig_preop intrinsic
We weren't doing anything with this, and keeping it would just add
more boilerplate for GlobalISel.
More information about the All-commits
mailing list