[all-commits] [llvm/llvm-project] ddd6ac: [mlir][GPU] Expand LLVM function attribute copies ...

Krzysztof Drewniak via All-commits all-commits at lists.llvm.org
Wed Jan 3 12:28:30 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ddd6acd7a8e9296544bce49af7178f3eeb318e61
      https://github.com/llvm/llvm-project/commit/ddd6acd7a8e9296544bce49af7178f3eeb318e61
  Author: Krzysztof Drewniak <Krzysztof.Drewniak at amd.com>
  Date:   2024-01-03 (Wed, 03 Jan 2024)

  Changed paths:
    M mlir/lib/Conversion/GPUCommon/GPUOpsLowering.cpp
    M mlir/test/Conversion/GPUCommon/memref-arg-attrs.mlir

  Log Message:
  -----------
  [mlir][GPU] Expand LLVM function attribute copies (#76755)

Expand the copying of attributes on GPU kernel arguments during LLVM
lowering.

Support copying attributes from values that are already LLVM pointers.

Support copying attributes, like `noundef`, that aren't specific to (the
pointer parts of) arguments.




More information about the All-commits mailing list