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

Qiu Chaofan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Apr 17 22:23:39 PDT 2022


qiucf added inline comments.


================
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:
----------------
lkail wrote:
> 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.
`update_llc_test_checks.py` will ignore the run lines.


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