[PATCH] D12698: DAGCombiner: Replace store of FP constant after attemping store merges

Sanjay Patel via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 15 11:30:06 PDT 2015


spatel added a comment.

This appears to solve PR24654:
https://llvm.org/bugs/show_bug.cgi?id=24654

Can you split this patch into an NFC refactoring to add replaceStoreOfFPConstant() and then submit the logic changes as a separate patch? That would make it easier to read.

The AMDGPU FIXME test addition could be a separate commit too.


http://reviews.llvm.org/D12698





More information about the llvm-commits mailing list