[all-commits] [llvm/llvm-project] 1fb3fe: [mlir] Avoid Type::getPointerTo() (NFC)
Youngsuk Kim via All-commits
all-commits at lists.llvm.org
Fri Sep 27 13:26:04 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1fb3fe04cf7ce58da377a54fc435d9d8361075e3
https://github.com/llvm/llvm-project/commit/1fb3fe04cf7ce58da377a54fc435d9d8361075e3
Author: Youngsuk Kim <youngsuk.kim at hpe.com>
Date: 2024-09-27 (Fri, 27 Sep 2024)
Changed paths:
M mlir/lib/Target/LLVMIR/Dialect/OpenMP/OpenMPToLLVMIRTranslation.cpp
Log Message:
-----------
[mlir] Avoid Type::getPointerTo() (NFC)
Avoid `Type::getPointerTo()` which is to be removed soon.
Also use CreateAddrSpaceCast for more clarity.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list