llvm-project
6f83a031 - CodeGen: Move current call site out of MachineModuleInfo (#100369)

Commit
1 year ago
CodeGen: Move current call site out of MachineModuleInfo (#100369) I do not know understand what this is for, but it's only used in SelectionDAGBuilder, so move it to FunctionLoweringInfo like other function scope DAG builder state. The intrinsics are not documented in the LangRef or Intrinsics.td. This removes the last piece of codegen state from MachineModuleInfo.
Author
Parents
Loading