[PATCH] D49512: [CodeGenPrepare] Add BothExtension type to PromotedInsts
Guozhi Wei via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 7 15:28:57 PDT 2018
Carrot added a comment.
In https://reviews.llvm.org/D49512#1190372, @qcolombet wrote:
> Shouldn't we keep only the latest type and kind of extension?
We should keep only the latest committed type and kind of extension, without reverted extension.
https://reviews.llvm.org/D49512
More information about the llvm-commits
mailing list