[all-commits] [llvm/llvm-project] ee75cf: [AMDGPU] Generate frem test checks
jayfoad via All-commits
all-commits at lists.llvm.org
Tue Aug 4 08:19:00 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: ee75cf36bb1790a51cd1fd7c022b0ece101eb248
https://github.com/llvm/llvm-project/commit/ee75cf36bb1790a51cd1fd7c022b0ece101eb248
Author: Jay Foad <jay.foad at amd.com>
Date: 2020-08-04 (Tue, 04 Aug 2020)
Changed paths:
M llvm/test/CodeGen/AMDGPU/frem.ll
Log Message:
-----------
[AMDGPU] Generate frem test checks
Differential Revision: https://reviews.llvm.org/D84515
Commit: 8ec8ad868d9b970245e827b14306fbd11d11a9b2
https://github.com/llvm/llvm-project/commit/8ec8ad868d9b970245e827b14306fbd11d11a9b2
Author: Jay Foad <jay.foad at amd.com>
Date: 2020-08-04 (Tue, 04 Aug 2020)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp
M llvm/test/CodeGen/AMDGPU/frem.ll
Log Message:
-----------
[AMDGPU] Use fma for lowering frem
This gives shorter f64 code and perhaps better accuracy.
Differential Revision: https://reviews.llvm.org/D84516
Compare: https://github.com/llvm/llvm-project/compare/6e727551b9db...8ec8ad868d9b
More information about the All-commits
mailing list