Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/test/CodeGen/AArch64/branch-relax-cross-section.mir | ||
---|---|---|
177 | nit: it seems attribute #0 is not used. Maybe remove it. | |
493–496 | For my information, are 'frameInfo'/'stack' used here? If not, maybe simplify the test case a little bit. https://llvm.org/docs/MIRLangRef.html#simplifying-mir-files has some general tips; and some of them might be already applied here. |
llvm/test/CodeGen/AArch64/branch-relax-cross-section.mir | ||
---|---|---|
493–496 | I didn't know about that document, thanks for sharing! I've applied some of the tips in it to simplify the test further. |
llvm/test/CodeGen/AArch64/branch-relax-cross-section.mir | ||
---|---|---|
493–496 | To confirm: frameInfo/stack isn't used here. Removed. |
nit: it seems attribute #0 is not used. Maybe remove it.