[PATCH] D68411: Add support for intrinsics llvm.ppc.dcbfl and llvm.ppc.dcbflp
Nemanja Ivanovic via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jan 12 10:15:50 PST 2020
nemanjai added a comment.
LGTM other than a minor nit that can be addressed on the commit.
================
Comment at: llvm/test/CodeGen/PowerPC/dcbf.ll:32
+entry:
+ tail call void @llvm.ppc.dcbflp(i8* %a)
+; CHECK-LABEL: @dcbflp_test
----------------
Perhaps change one of the calls to include an offset to ensure we are correctly materializing the immediate.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68411/new/
https://reviews.llvm.org/D68411
More information about the llvm-commits
mailing list