[PATCH] D64447: Fix llvm.aarch64.irg properties.

Johannes Doerfert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 10 07:34:16 PDT 2019


jdoerfert added a comment.

In D64447#1577108 <https://reviews.llvm.org/D64447#1577108>, @eugenis wrote:

> TBH I have no idea how to test this.


Is there a builtin that lowers to this, e.g., we test it by lowering C -> IR -> asm, and we can check the properties/attributes on the lower levels.
If not, we could probably start at the IR level, lower to asm, and check the final properties.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D64447





More information about the llvm-commits mailing list