Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[RISC-V] Remove unnecessary assertion from emitOutputInstr (#98484)
* Remove unnecessary assertion It fired a false positive when W^X was enabled * Use uint32 write instead of memcpy to be faster There shouldn't be a problem when we introduce compressed instructions, VF2 supports unaligned stores (sw) Also, replace compile-time conditions with static_asserts. * Bring back memcpy because plain RV64 ISA allows trapping on misaligned load/stores
- Loading branch information