[PATCH] D71856: AMDGPU: Improve llvm.round.f64 lowering for CI+

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 24 08:21:46 PST 2019


arsenm created this revision.
arsenm added reviewers: rampitec, b-sumner, kerbowa.
Herald added subscribers: hiraditya, t-tye, tpr, dstuttard, yaxunl, nhaehnle, wdng, jvesely, kzhuravl.
Herald added a project: LLVM.

The path already used for f16/f32 works a lot better when v_trunc_f64
is available.


https://reviews.llvm.org/D71856

Files:
  llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp
  llvm/lib/Target/AMDGPU/AMDGPUISelLowering.h
  llvm/test/CodeGen/AMDGPU/llvm.round.f64.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D71856.235221.patch
Type: text/x-patch
Size: 4314 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191224/9bc9965d/attachment-0001.bin>


More information about the llvm-commits mailing list