[all-commits] [llvm/llvm-project] ea043e: [MLIR] Avoid some pointer element type accesses
Nikita Popov via All-commits
all-commits at lists.llvm.org
Wed Mar 30 01:01:53 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ea043ea1831d3f40b06535cab259f8f4946735b0
https://github.com/llvm/llvm-project/commit/ea043ea1831d3f40b06535cab259f8f4946735b0
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-03-30 (Wed, 30 Mar 2022)
Changed paths:
M mlir/lib/Target/LLVMIR/Dialect/LLVMIR/LLVMToLLVMIRTranslation.cpp
M mlir/lib/Target/LLVMIR/Dialect/OpenMP/OpenMPToLLVMIRTranslation.cpp
Log Message:
-----------
[MLIR] Avoid some pointer element type accesses
Determine the element type from the MLIR LLVMPointerType, rather
than the LLVM PointerType.
More information about the All-commits
mailing list