[PATCH] D12096: [InstCombineAddSub opportunities]: More opportunities to factorize FAdd/FSub when unsafeAlgebra is present for Inst
Aditya Nandakumar via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 25 17:15:59 PDT 2015
aditya_nandakumar added a comment.
Also out of general curiosity, shouldn't instcombine be capable of handling these patterns?(if reassociate is not run before instcombine in a pass pipeline).
http://reviews.llvm.org/D12096
More information about the llvm-commits
mailing list