[mlir] Remove uses of type-less CreateLoad() APIs (NFC)
authorNikita Popov <nikita.ppv@gmail.com>
Thu, 11 Mar 2021 17:29:13 +0000 (18:29 +0100)
committerNikita Popov <nikita.ppv@gmail.com>
Thu, 11 Mar 2021 17:39:20 +0000 (18:39 +0100)
commitf3f0c6cd47e390828c57a59d7ffb9acddf34822b
tree33e56ffd221e2b96ea2c023089849e1d868780bd
parentff9b37e95ff2faf14aa0963eddbd731c3f7b3029
[mlir] Remove uses of type-less CreateLoad() APIs (NFC)

For the use in LLVMOps.td I used the getPointerElementType()
escape hatch, as it's not obvious to me how the load type
should be properly obtained here.
mlir/include/mlir/Dialect/LLVMIR/LLVMOps.td
mlir/lib/ExecutionEngine/ExecutionEngine.cpp