[PATCH] D95586: [ARM] permit PC as destination of MOVS

David Spickett via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 8 01:42:13 PST 2021


DavidSpickett added a comment.

> I would think that if "essentially anything can happen," then all UNPREDICTABLE tests should be removed from the kernel? Whether they use the instruction mnemonics or open code the instruction/operands in hex.

Only if those tests run the instructions. My understanding was that this test checks that you can't put a kprobe on the instruction, so it's not running them. If it was/is then there's a debate to be had.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D95586/new/

https://reviews.llvm.org/D95586



More information about the llvm-commits mailing list