[PATCH] D122589: Additionally set f32 mode with denormal-fp-math

Matt Arsenault via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 18 13:33:03 PDT 2022


arsenm accepted this revision.
arsenm added a comment.
This revision is now accepted and ready to land.

LGTM. I played around with this and it seems to have the overriding behavior I would expect



================
Comment at: clang/test/CodeGen/denormalfpmode-f32.c:21
+
+// CHECK-LABEL: main
+
----------------
This CHECK-LABEL is broken since you don't use CHECK, but it also isn't really necessary with only one function


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

https://reviews.llvm.org/D122589



More information about the cfe-commits mailing list