[PATCH] D14079: [FPEnv Core 14/14] Introduce F*_W_CHAIN instrs to prevent reordering

James Y Knight via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 27 12:32:57 PDT 2015


jyknight added a comment.

Drive-by-comment...

Is there an advantage to duplicating FADD, FSUB, FMUL, FDIV, and FREM into a second W_CHAIN set, instead of having only a single set of ops which have the chain operand? It would naively seem better to have less duplication? (That is, if the compilation flags say to not care about fp ordering, the input chain would still be there, but would always be set to the entry node.)


Repository:
  rL LLVM

http://reviews.llvm.org/D14079





More information about the llvm-commits mailing list