diff options
author | Bruno Cardoso Lopes <bruno.cardoso@gmail.com> | 2025-03-27 10:28:37 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-27 10:28:37 -0700 |
commit | 08aedf7201e296af532575685372bb5ff7ed8b01 (patch) | |
tree | 95872cf5900dd887279a8c2ab91e47e870b597c0 /llvm/lib/Transforms/Utils/LoopUtils.cpp | |
parent | c6406c8dba33d4cf8495257f70f52a21d06245ea (diff) | |
download | llvm-08aedf7201e296af532575685372bb5ff7ed8b01.zip llvm-08aedf7201e296af532575685372bb5ff7ed8b01.tar.gz llvm-08aedf7201e296af532575685372bb5ff7ed8b01.tar.bz2 |
[MLIR][LLVM] Lift alignstack attribute ptr type restriction (#133195)
Current usage of alignstack is restricted to LLVM pointer types, whereas
when it's used in parameters it's possible to use it for other types,
see examples like `{i8, i8}, [2 x float], etc` in `llvm/test/CodeGen`.
This PR lifts the restriction and add testcases.
Diffstat (limited to 'llvm/lib/Transforms/Utils/LoopUtils.cpp')
0 files changed, 0 insertions, 0 deletions