[x86] why llvm keep rodata.const section #133684
Labels
backend:X86
question
A question, not bug report. Check out https://llvm.org/docs/GettingInvolved.html instead!
https://godbolt.org/z/r8ha9o9nf
compile option: -O2 -ffunction-sections -fdata-sections -mno-sse
sorry, but i want know, why clang keep .rodata..L__const.do_some_test.tmp_str in sections. Constant could be expanded into movabsq instructions, and what would use .rodata..L__const.do_some_test.tmp_str? Dose it should be removed ?
The text was updated successfully, but these errors were encountered: