[all-commits] [llvm/llvm-project] ff9b37: [Polly] Remove uses of type-less CreateLoad() APIs...

Nikita Popov via All-commits all-commits at lists.llvm.org
Thu Mar 11 09:39:44 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ff9b37e95ff2faf14aa0963eddbd731c3f7b3029
      https://github.com/llvm/llvm-project/commit/ff9b37e95ff2faf14aa0963eddbd731c3f7b3029
  Author: Nikita Popov <nikita.ppv at gmail.com>
  Date:   2021-03-11 (Thu, 11 Mar 2021)

  Changed paths:
    M polly/include/polly/CodeGen/BlockGenerators.h
    M polly/include/polly/CodeGen/IslExprBuilder.h
    M polly/lib/CodeGen/BlockGenerators.cpp
    M polly/lib/CodeGen/IslExprBuilder.cpp
    M polly/lib/CodeGen/IslNodeBuilder.cpp

  Log Message:
  -----------
  [Polly] Remove uses of type-less CreateLoad() APIs (NFC)

These are incompatible with opaque pointers and are going away.
Explicitly specify the loaded type instead.


  Commit: f3f0c6cd47e390828c57a59d7ffb9acddf34822b
      https://github.com/llvm/llvm-project/commit/f3f0c6cd47e390828c57a59d7ffb9acddf34822b
  Author: Nikita Popov <nikita.ppv at gmail.com>
  Date:   2021-03-11 (Thu, 11 Mar 2021)

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

  Log Message:
  -----------
  [mlir] Remove uses of type-less CreateLoad() APIs (NFC)

For the use in LLVMOps.td I used the getPointerElementType()
escape hatch, as it's not obvious to me how the load type
should be properly obtained here.


Compare: https://github.com/llvm/llvm-project/compare/0890b39ee91d...f3f0c6cd47e3


More information about the All-commits mailing list