[all-commits] [llvm/llvm-project] 884d31: [mlir][LLVM] Add OpBuilder for opaque pointer GEPs...

zero9178 via All-commits all-commits at lists.llvm.org
Sat Jul 16 01:56:28 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 884d310d8774400abe572443362b7732f23c1ed4
      https://github.com/llvm/llvm-project/commit/884d310d8774400abe572443362b7732f23c1ed4
  Author: Markus Böck <markus.boeck02 at gmail.com>
  Date:   2022-07-16 (Sat, 16 Jul 2022)

  Changed paths:
    M mlir/include/mlir/Dialect/LLVMIR/LLVMOps.td
    M mlir/lib/Dialect/LLVMIR/IR/LLVMDialect.cpp

  Log Message:
  -----------
  [mlir][LLVM] Add OpBuilder for opaque pointer GEPs without struct indices

An OpBuilder already exists for GEPs that does not have any struct indices for existing typed pointers, but no such builder exists for GEPs utilizing opaque pointers that has an explicit `basePtrType`.

Differential Revision: https://reviews.llvm.org/D129376




More information about the All-commits mailing list