[PATCH] D26855: New unsafe-fp-math implementation for X86 target

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 9 11:27:24 PST 2017


RKSimon added inline comments.


================
Comment at: lib/CodeGen/MachineTraceMetrics.cpp:521
 /// Invalidate traces through BadMBB.
+// TODO: this code should be refactored because it really increases compile time
 void
----------------
Is this still true after D29627?


https://reviews.llvm.org/D26855





More information about the llvm-commits mailing list