mirror of
https://github.com/intel/llvm.git
synced 2026-01-19 09:31:59 +08:00
This patch changes the instruction in set_thread_ptr from ld to mv, as rv32 doesn't have the ld instruction, and mv is supported by both rv32 and rv64. Reviewed By: sivachandra Differential Revision: https://reviews.llvm.org/D159110