[all-commits] [llvm/llvm-project] a1e38e: [AMDGPU][GFX11] Add more test coverage for FMA ins...
Ivan Kosarev via All-commits
all-commits at lists.llvm.org
Tue Sep 12 01:40:24 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a1e38e0b8e3e9d02304cf1a578f02a80fdb02bce
https://github.com/llvm/llvm-project/commit/a1e38e0b8e3e9d02304cf1a578f02a80fdb02bce
Author: Ivan Kosarev <ivan.kosarev at amd.com>
Date: 2023-09-12 (Tue, 12 Sep 2023)
Changed paths:
M llvm/test/CodeGen/AMDGPU/dagcombine-fma-fmad.ll
M llvm/test/CodeGen/AMDGPU/fma.f16.ll
Log Message:
-----------
[AMDGPU][GFX11] Add more test coverage for FMA instructions. (#65935)
This is another attempt to update the tests to run for GFX11. Previously
done in <https://reviews.llvm.org/D153269>, and then reverted in
<https://reviews.llvm.org/rG2d3e6c440244ad94777aa13566b0376eb3c088f1>
due to a failure on a buildbot with expensive checks enabled. Commit
4b1702e87a2687569b197aea4721353f8b788182 fixed the problem.
More information about the All-commits
mailing list