Fix compilation of shift opcodes on x86_64 and i386 architectures (#2619)
This change fixes the case where the right parameter of shift operator is negative, specifically, when both parameters of shift opcode are constants.
This commit is contained in:
3
tests/wamr-compiler/README.md
Normal file
3
tests/wamr-compiler/README.md
Normal file
@ -0,0 +1,3 @@
|
||||
# WAMR test benchmarks
|
||||
|
||||
This folder contains tests for WAMR AOT compiler and its generated code.
|
||||
Reference in New Issue
Block a user