[PATCH] D59843: [PowerPC] Add support for __dcbf builtin

Stefan Pintilie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 28 11:19:31 PDT 2019


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

Minor nit that can be fixed when this patch is committed. 
LGTM.



================
Comment at: llvm/test/CodeGen/PowerPC/dcbf.ll:10
+; CHECK-LABEL: @dcbf_test
+; CHECK: # %bb.0:
+; CHECK: dcbf 0, r3
----------------
nit: 
I don't think that you need to check the basic block label here. It does not have anything to do with what you are trying to test.


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

https://reviews.llvm.org/D59843





More information about the llvm-commits mailing list