diff options
author | Christian Ulmann <christianulmann@gmail.com> | 2024-04-05 08:25:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-05 08:25:36 +0200 |
commit | 974f1ee58da1c51c547eaf5c7007a215fd286c68 (patch) | |
tree | cd8bc285e940383d189ada726b8a81b84f343459 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 1c683eb324aea08b2f9de26cac27532da8a0f7e3 (diff) | |
download | llvm-974f1ee58da1c51c547eaf5c7007a215fd286c68.zip llvm-974f1ee58da1c51c547eaf5c7007a215fd286c68.tar.gz llvm-974f1ee58da1c51c547eaf5c7007a215fd286c68.tar.bz2 |
[MLIR][LLVM][Mem2Reg] Relax type equality requirement for load and store (#87637)
This commit relaxes Mem2Reg's type equality requirement for the LLVM
dialect's load and store operations. For now, we only allow loads to be
promoted if the reaching definition can be casted into a value of the
target type.
For stores, the same conversion casting check is applied and we ensure
that their result is properly casted to the type of the memory slot.
This is necessary to satisfy assumptions of the general mem2reg pass, as
it creates block arguments with the types of the memory slot.
This relands https://github.com/llvm/llvm-project/pull/87504
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions