[PATCH] D27984: [ARM] [RFC] Use AddDefaultCC/Pred where possible. NFC
Diana Picus via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 20 06:45:01 PST 2016
rovka added a comment.
Thanks!
I'll have a shot at RFC 2.
FWIW, the RFCs are mostly orthogonal, so if we implement RFC 2 we can still do RFC 1 and / or RFC 3 on top of it:
- RFC 1: our ARM builder will just have an addPred method instead of addDefaultPred
- RFC 3: we can still have a template <typename WrappedBuilder> class ARMBuilder : public <WrappedBuilder>
Naturally, I would split all of that up into several patches.
https://reviews.llvm.org/D27984
More information about the llvm-commits
mailing list