This change is needed when lowering alloca()-using code on targets
such as ROCDL that represent private scratch space as a separate
address space.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D119775
[MLIR] Add support for alloca() of non-zero address spaces ClosedPublic Authored by krzysz00 on Feb 14 2022, 1:25 PM.
Details Summary This change is needed when lowering alloca()-using code on targets
Diff Detail
Event TimelineThis revision now requires changes to proceed.Feb 15 2022, 1:10 AM This revision is now accepted and ready to land.Feb 15 2022, 8:59 AM Closed by commit rG5f6ce97408e9: [MLIR] Add support for alloca() of non-zero address spaces (authored by krzysz00). · Explain WhyFeb 15 2022, 10:41 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 408962 mlir/include/mlir/Dialect/LLVMIR/LLVMOps.td
mlir/test/Target/LLVMIR/llvmir.mlir
|