Setting this flag causes all functions are annotated with the
"nvvm-f32ftz" = "true" attribute.
In addition, we annotate the module with "nvvm-reflect-ftz" set
to 0 or 1, depending on whether -cuda-flush-denormals-to-zero is set.
This is read by the NVVMReflect pass.
We need a provide a way to both enable and disable this. We either need a "-no" variant or make it an option with value.
Also, can we shorten it to --cuda-ftz? I would probably mistype current name more often than not.