[PATCH] D154824: [AMDGPU] Check for denormal flushing when selecting V_FMA/MAD_MIX*

Mateja Marjanovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 13 05:50:27 PDT 2023


matejam added inline comments.


================
Comment at: llvm/test/CodeGen/AMDGPU/mad-mix-lo.ll:13
 ; RUN: llc -global-isel -march=amdgcn -mcpu=hawaii -verify-machineinstrs < %s | FileCheck -check-prefixes=GISEL-CI %s
 
 define half @mixlo_simple(float %src0, float %src1, float %src2) #0 {
----------------
I wasn't sure should I add all the RUN lines with and without denormal flushing.
It would have 20 RUN lines, I'm not sure is that too much?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D154824/new/

https://reviews.llvm.org/D154824



More information about the llvm-commits mailing list