[PATCH] D132994: [RISC-V][HWASAN] Update memaccess test with proper checks
Alexey Baturo via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 26 12:51:24 PDT 2022
smd added a comment.
In D132994#3885764 <https://reviews.llvm.org/D132994#3885764>, @luismarques wrote:
> Sorry, could you please explain why this required a manually written check? It's not obvious to me.
I tried to figure out how to use update_llc_test_checks.py properly, but unfortunately I was not able to make it expand **@llvm.hwasan.check.memaccess.shortgranules**, so I had to add those checks manually.
If you have any suggestions how to fix this test in a proper way, they'll be more than welcome!
Btw this patch and previous one obviously should be merged and pushed together.'
Thanks!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132994/new/
https://reviews.llvm.org/D132994
More information about the llvm-commits
mailing list