Skip to content
  • Aditya Nandakumar's avatar
    [Tablegen] Instrumenting table gen DAGGenISelDAG · bb0483bc
    Aditya Nandakumar authored
    To help assist in debugging ISEL or to prioritize GlobalISel backend
    work, this patch adds two more tables to <Target>GenISelDAGISel.inc -
    one which contains the patterns that are used during selection and the
    other containing include source location of the patterns
    Enabled through CMake varialbe LLVM_ENABLE_DAGISEL_COV
    
    llvm-svn: 295081
    bb0483bc
Loading