aboutsummaryrefslogtreecommitdiff
path: root/llvm/docs/CommandGuide/llvm-remarkutil.rst
diff options
context:
space:
mode:
authorNicolas Vasilache <nicolasvasilache@users.noreply.github.com>2023-08-02 06:23:34 +0000
committerNicolas Vasilache <nicolasvasilache@users.noreply.github.com>2023-08-02 07:24:29 +0000
commit620e2bb20cb7f9e59a7c30eab0737e34eb26ed2d (patch)
tree29c4a845f04f00b1d8a07ec7853342136bef19bf /llvm/docs/CommandGuide/llvm-remarkutil.rst
parent821687a701f917e256d84e095dd0514566f6d64a (diff)
downloadllvm-620e2bb20cb7f9e59a7c30eab0737e34eb26ed2d.zip
llvm-620e2bb20cb7f9e59a7c30eab0737e34eb26ed2d.tar.gz
llvm-620e2bb20cb7f9e59a7c30eab0737e34eb26ed2d.tar.bz2
[mlir][LLVM] NFC - Remove createIndexConstant method
This revision removes the createIndexConstant method, which implicitly creates constants of the getIndexType type and updates all uses to the more explicit createIndexAttrConstant which requires an explicit Type parameter. This is an NFC step towards entangling index type conversion in LLVM lowering. The selection of which index type to use requires finer granularity than the existing implementations which all rely on pass level flags and end up in mismatches, especially on GPUs with multiple address spaces of different capacities. This revision also includes an NFC fix to MemRefToLLVM.cpp that prevents a crash in cases where an integer memory space cannot be derived for a MemRef. Differential Revision: https://reviews.llvm.org/D156854
Diffstat (limited to 'llvm/docs/CommandGuide/llvm-remarkutil.rst')
0 files changed, 0 insertions, 0 deletions