Should use StachPtrOffsetReg instead of FrameOffsetReg to address FrameIndex.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
test/CodeGen/AMDGPU/stack-pointer-offset-relative-frameindex.ll | ||
---|---|---|
5 ↗ | (On Diff #220176) | But if I replace these defined types of struct with type of float or int for example, I can not reproduce the assert. |
24 ↗ | (On Diff #220176) | What do you expect to check for a case of assert? I just wanted to avoid irrelevant checks. |
Comment Actions
- Remove the use of structs to simplify the test
- generate llc checks with utils/update_llc_test_checks.py
Comment Actions
update the test based on the comment:
- use a defined comparison
- remove "unreachable", and make it branch to exit.