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

Kai Luo via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 1 03:49:46 PDT 2022


lkail added inline comments.


================
Comment at: llvm/test/CodeGen/PowerPC/builtins-ppc-p9-darn.ll:52
+}
+
 declare i64 @llvm.ppc.darn()
----------------
The test should include the loop in the motivation case, since we might LICM'ed the intrinsic, so we observe the same value of every element in the array.


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