Home
Phabricator
Search
Configure Global Search
Log In
Transactions
D108961
Change Details
Change Details
Old
New
Diff
If .L1 is not within +-4KiB range, convert bge a0, a1, .L1 to blt a0, a1, 8 j .L1 In this patch, if the symbol is unresolved at assembly time, do not do this relaxation.
If .L1 is not within +-4KiB range, convert bge a0, a1, .L1 to blt a0, a1, 8 j .L1 In this patch, if the symbol is unresolved at assembly time, do not do this relaxation. Fix the bug reported in https://bugs.llvm.org/show_bug.cgi?id=47910
If .L1 is not within +-4KiB range, convert bge a0, a1, .L1 to blt a0, a1, 8 j .L1 In this patch, if the symbol is unresolved at assembly time, do not do this relaxation.
Fix the bug reported in https://bugs.llvm.org/show_bug.cgi?id=47910
Continue