[all-commits] [llvm/llvm-project] 406b88: [MLIR][AMX] Remove llvm.ptr<i8> bitcasts from lega...

Christian Ulmann via All-commits all-commits at lists.llvm.org
Fri Nov 3 14:34:33 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 406b887ad71439bd0af44ab93ed318aea4c83f36
      https://github.com/llvm/llvm-project/commit/406b887ad71439bd0af44ab93ed318aea4c83f36
  Author: Christian Ulmann <christianulmann at gmail.com>
  Date:   2023-11-03 (Fri, 03 Nov 2023)

  Changed paths:
    M mlir/lib/Dialect/AMX/Transforms/LegalizeForLLVMExport.cpp

  Log Message:
  -----------
  [MLIR][AMX] Remove llvm.ptr<i8> bitcasts from legalize for LLVM pass

This commit removes the no longer required `llvm.ptr<i8>` bitcasts from
AMX's legalize-for-llvm-export pass. Typed pointers have been
deprecated for a while now and it's planned to soon remove them from
the LLVM dialect.

Related PSA: https://discourse.llvm.org/t/psa-removal-of-typed-pointers-from-the-llvm-dialect/74502




More information about the All-commits mailing list