[PATCH] D12095: propagate fast-math-flags on DAG nodes

escha via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 15 17:44:19 PDT 2015


escha added a comment.

It's good on our test suite. There's regressions initially, but literally all of them go away when I apply my patch for passing through DAG flags in our target-specific DAG combines. I think it's actually NFC across ~10,000 shaders when that second patch is applied.


http://reviews.llvm.org/D12095





More information about the llvm-commits mailing list