elliottt commented on issue #4796:
It looks like there are only precise-output tests in the aarch64 backend for
extractlane
andstack_addr
. Should we pull some over from the x64 tests and regenerate their output for coverage before merging this?
cfallin commented on issue #4796:
It looks like there are only precise-output tests in the aarch64 backend for
extractlane
andstack_addr
. Should we pull some over from the x64 tests and regenerate their output for coverage before merging this?Great point; I've added tests so all the opcodes listed above have some precise-output compile tests in
filetests/isa/aarch64/
now. The first commit adds them with precise-output updated to matchmain
prior to this PR; the second commit includes this PR's work and updates to the tests.
Last updated: Nov 22 2024 at 16:03 UTC