[all-commits] [llvm/llvm-project] 5f6ce9: [MLIR] Add support for alloca() of non-zero addres...
Krzysztof Drewniak via All-commits
all-commits at lists.llvm.org
Tue Feb 15 10:41:44 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5f6ce97408e978945d44ba33066514fa11f9a416
https://github.com/llvm/llvm-project/commit/5f6ce97408e978945d44ba33066514fa11f9a416
Author: Krzysztof Drewniak <Krzysztof.Drewniak at amd.com>
Date: 2022-02-15 (Tue, 15 Feb 2022)
Changed paths:
M mlir/include/mlir/Dialect/LLVMIR/LLVMOps.td
M mlir/test/Target/LLVMIR/llvmir.mlir
Log Message:
-----------
[MLIR] Add support for alloca() of non-zero address spaces
This change is needed when lowering alloca()-using code on targets
such as ROCDL that represent private scratch space as a separate
address space.
Reviewed By: ftynse
Differential Revision: https://reviews.llvm.org/D119775
More information about the All-commits
mailing list