[all-commits] [llvm/llvm-project] bf527a: AMDGPU/GlobalISel: Fix f64 G_FDIV lowering
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Mon May 18 12:14:31 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: bf527a1dc410eddf5b2e176b9092bfb1de75df0e
https://github.com/llvm/llvm-project/commit/bf527a1dc410eddf5b2e176b9092bfb1de75df0e
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2020-05-18 (Mon, 18 May 2020)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
M llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-fdiv.mir
Log Message:
-----------
AMDGPU/GlobalISel: Fix f64 G_FDIV lowering
This was using an integer multiply instead of FP.
More information about the All-commits
mailing list