[PATCH] D24070: Setting fp trapping mode and denormal type

Renato Golin via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 31 03:24:11 PDT 2016


rengolin added a comment.

Overall looks good to me, too.


================
Comment at: lib/Target/ARM/ARMAsmPrinter.cpp:460
@@ +459,3 @@
+      // that we want to map onto build attributes.
+      TM.resetTargetOptions(*M.begin());
+    }
----------------
What if we have conflicting attributes?


https://reviews.llvm.org/D24070





More information about the llvm-commits mailing list