Issue 145080
Summary [RISCV] Large code model places integer/FP constant pool entries in .rodata and uses PC-relative accesses.
Labels backend:RISC-V
Assignees
Reporter topperc
    There's no guarantee that .rodata is anywhere near .text in the large code model.

If I'm reading gcc's generated code right, they place constant pool entries the .text section for the large code model.

CC: @jrtc27 @kito-cheng @lenary @tclin914 
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to