diff options
| author | ddubov100 <155631080+ddubov100@users.noreply.github.com> | 2025-10-28 13:44:33 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-28 13:44:33 +0200 |
| commit | 50b907751f4b2b01e61e4ca25b18734a4507d8f5 (patch) | |
| tree | 08af20be3aafef3f8080a6c9e626ef7dd6de41af /llvm/lib/Bitcode/Writer/BitcodeWriter.cpp | |
| parent | e12e0d39a718703f6b78fa586efafebad0b14bad (diff) | |
| download | llvm-50b907751f4b2b01e61e4ca25b18734a4507d8f5.zip llvm-50b907751f4b2b01e61e4ca25b18734a4507d8f5.tar.gz llvm-50b907751f4b2b01e61e4ca25b18734a4507d8f5.tar.bz2 | |
Added RecursiveMemoryEffects to ExecuteRegionOp (#164390)
Added RecursiveMemoryEffects to ExecuteRegionOp to be aligned to other
ops with region and get appropriate support in all appropriate passes,
which need RecursiveMemoryEffects.
The added test in dealloc-memoryeffect-interface.mlir fails with error
'ops with unknown memory side effects are not supported' without
RecursiveMemoryEffects.
The updated test in one-shot-module-bufferize.mlir gets cleaned by DCE
once the interface is added. Added func.call @foo():()->() which has
effect to keep execute_region from being removed.
---------
Co-authored-by: Mehdi Amini <joker.eph@gmail.com>
Diffstat (limited to 'llvm/lib/Bitcode/Writer/BitcodeWriter.cpp')
0 files changed, 0 insertions, 0 deletions
