[PATCH] D4583: don't transform splats of vector FP (PR20358)
Arnold Schwaighofer via llvm-commits
llvm-commits at lists.llvm.org
Sat Nov 21 11:54:39 PST 2015
aschwaighofer added a comment.
This might penalize programs that don't traffic in denormals (most programs as I understand it). Did you measure the performance impact?
Did the bug report originate from a real program where this is an issue?
Though, I agree that putting a denormal on the execution path where it was not before seems like bad form.
http://reviews.llvm.org/D4583
More information about the llvm-commits
mailing list