[PATCH] D128806: [RISCV] Fix wrong position of prologue_end
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 14 11:44:58 PDT 2022
MaskRay added a comment.
The test should be placed in test/CodeGen/RISCV, instead of in test/DebugInfo/RISCV. It is more about the `.loc` directive which does not fit so well into the purpose of test/DebugInfo .
Having separate rv32/rv64 seems excessive to me, too. The tests have too much noise which can use some cleanup.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128806/new/
https://reviews.llvm.org/D128806
More information about the llvm-commits
mailing list