[all-commits] [llvm/llvm-project] c340cf: Fix argument name of GEPOp builder (#74810)
xiaoleis-nv via All-commits
all-commits at lists.llvm.org
Fri Dec 8 00:28:25 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c340cf0a353cd6d1090297cf84caf2720d1c7d90
https://github.com/llvm/llvm-project/commit/c340cf0a353cd6d1090297cf84caf2720d1c7d90
Author: xiaoleis-nv <99947620+xiaoleis-nv at users.noreply.github.com>
Date: 2023-12-08 (Fri, 08 Dec 2023)
Changed paths:
M mlir/include/mlir/Dialect/LLVMIR/LLVMOps.td
Log Message:
-----------
Fix argument name of GEPOp builder (#74810)
This MR fix the argument name of GEPOp builder from `basePtrType` to
`elementType` to avoid confusion.
Co-authored-by: Xiaolei Shi <xiaoleis at nvidia.com>
More information about the All-commits
mailing list