[PATCH] D125567: [AMDGPU] Shrink MAD/FMA to MADAK/MADMK/FMAAK/FMAMK on GFX10
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 16 06:18:52 PDT 2022
arsenm accepted this revision.
arsenm added inline comments.
This revision is now accepted and ready to land.
================
Comment at: llvm/lib/Target/AMDGPU/SIShrinkInstructions.cpp:809
+
+ // TODO: Also shrink F16 forms.
+ if (MI.getOpcode() == AMDGPU::V_MAD_F32_e64 ||
----------------
Are you going to do this in a separate change?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125567/new/
https://reviews.llvm.org/D125567
More information about the llvm-commits
mailing list