Closed RKSimon closed 2 months ago
Hi!
This issue may be a good introductory issue for people new to working on LLVM. If you would like to work on this issue, your first steps are:
test/
create fine-grained testing targets, so you can e.g. use make check-clang-ast
to only run Clang's AST tests.git clang-format HEAD~1
to format your changes.If you have any further questions about this issue, don't hesitate to ask via a comment in the thread below.
@llvm/issue-subscribers-good-first-issue
Author: Simon Pilgrim (RKSimon)
Hi 👋 , I've recently been looking into llvm codegen and SelectionDAG recently, would love to pick this up if possible?
Add m_FPToUI / m_FPToSI matchers for ISD::FP_TO_UINT / ISD::FP_TO_SINT nodes to SDPatternMatch.h and suitable test coverage to SelectionDAGPatternMatchTest.cpp