Assad Hashmi
Assad Hashmi
Apologies for the late response @ivankyluk @derekbruening. It looks like all the `drcachesim.drstatecmp-fuzz` failures referenced in this issue have been in `aarch64-precommit` and not in `aarch64-sve-precommit-*`. Looking at the example...
> Every failure should be linked to here so clicking on all the xrefs above should show which jobs+machines they ran on I've checked all the xrefs linked here and...
Could this regression have something to do with https://github.com/DynamoRIO/dynamorio/pull/6868 merged 3 days ago?
> @AssadHashmi Is this expected to happen on some processors? How do we handle it? Apologies for the late reply, I have been on vacation. This is not expected to...
I'm assuming these regressions have happened because we don't have AArch32 precommit testing in the same way we have for AArch64?
> @AssadHashmi do you know which ARMv8/v9 version was this introduced in (it's in the N1 manual so presumably in at least 8.2), and do you have any idea on...
Hello @derekbruening @fhahn @egrimley I have a requirement to get api/samples/cbrtrace.c working for AArch64. My approach to implementing dr_insert_cbr_instrumentation_help() is to figure out the X86 version and port to AArch64....
Ah ok! Thanks Derek.