When I run llvm-project/build/bin/llc -stop-after=isel test.ll -o a.mir I am getting error as LLVM ERROR: “isel” pass is not registered.
Actually I want to follow the following steps : IR → SelectionDAG → MachineDAG → MachineInstr → MCInst
How can I proceed and what are the instructions I have to use ?
Thank You