[llvm-dev] prologue_end aarch64 tests.
Umesh Kalappa via llvm-dev
llvm-dev at lists.llvm.org
Fri Jun 5 05:13:40 PDT 2020
Hi All,
The tests like
llvm/test/DebugInfo/AArch64/prologue_end.ll
llvm/test/DebugInfo/AArch64/ cfi-eof-prologue.ll
Do we see that the above tests are forced with fast-isel ?
anyone from the arm can shed lights the reason for the same ?,
what we see that when we default to global-isel the test cases fails with
llvm-10 since it emits the prologue_end like
.loc 1 0 0 prologue_end
but it is not the case with llvm trunk, do this test
cases modification (were default to global-isel).
Thank you
~Umesh
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200605/ea12bc96/attachment.html>
More information about the llvm-dev
mailing list