LLVMIntrinsicGen.cpp translates the LLVM intrinsic definitions to MLIR
intrinsic definitions. This automatic translations does not seem to
be in use anymore. Instead, intrinsics are defined manually in
LLVMIntrinsicOps.td.
This revision deletes LLVMIntrinsicGen.cpp and the associated test.
Depends on D144965