[PATCH] D122783: [PowerPC] Mark side effects of Power9 darn instruction

Kai Luo via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 7 21:04:01 PDT 2022


lkail accepted this revision.
lkail added a comment.
This revision is now accepted and ready to land.

LGTM with nit.



================
Comment at: llvm/test/CodeGen/PowerPC/builtins-ppc-p9-darn.ll:55
+; OPT-LABEL: @darn_loop
+; OPT-COUNT-32: tail call i64 @llvm.ppc.darn()
+entry:
----------------
I'm not sure this directive is generated via `utils/update_llc_test_checks.py`. If not, this might diverge from what `; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py` suggests.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D122783



More information about the llvm-commits mailing list