[PATCH] D15138: Disable signbit related bitcast optimization for illegal types (e.g ppc_fp128)

hfinkel@anl.gov via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 2 13:22:32 PST 2015


hfinkel added a comment.

Is the code generation for ppc_fp128 better this way? If not, please actually fix the problem. If so: 1) please specifically test (in the regression test) for the better code generation and 2) make the change specific to ppc_fp128 [doing this for all illegal types is not good because on soft-float implementations this is still useful even though the types are illegal].


Repository:
  rL LLVM

http://reviews.llvm.org/D15138





More information about the llvm-commits mailing list