[PATCH] D37762: [InstCombine] Remove single use restriction from InstCombine's explicit sinking code.
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 13 17:11:34 PDT 2017
craig.topper added a comment.
Is the code gcc generates at https://reviews.llvm.org/owners/package/3/ really "better"? According to godbolt the resulting assembly looks quite large with lots of spills and reloads.
https://reviews.llvm.org/D37762
More information about the llvm-commits
mailing list