David Sherwood via llvm-dev
2020-Nov-10 16:52 UTC
[llvm-dev] [Analysis] Introduce a new InstructionCost class
Hi, For people who are interested I have posted an initial patch on phabricator to introduce a new class for the instruction cost: https://reviews.llvm.org/D91174 This follows on from a proposal I posted earlier to the LLVM dev mailing list. The initial patch doesn't change all the interfaces in one go, but it does introduce the class and future patches can migrate more of the code over to use the new class. Please feel free to comment on the patch! Kind Regards, David Sherwood. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20201110/abee023d/attachment.html>
Apparently Analagous Threads
- [Proposal] Introducing the concept of invalid costs to the IR cost model
- [Proposal] Introducing the concept of invalid costs to the IR cost model
- [Proposal] Introducing the concept of invalid costs to the IR cost model
- An update on scalable vectors in LLVM
- [Proposal] Introducing the concept of invalid costs to the IR cost model