//===---------------------------------------------------------------------===//
-Check if load folding would add a cycle in the dag.
-
-//===---------------------------------------------------------------------===//
-
Model X86 EFLAGS as a real register to avoid redudant cmp / test. e.g.
cmpl $1, %eax
When: "movl $_dst, _ptr" is sufficient.
+//===---------------------------------------------------------------------===//
+
+Use fisttp to do FP to integer conversion whenever it is available.