[PATCH] D34208: [PowerPC] fix potential verification errors on CFENCE8

Tim Shen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 15 09:36:28 PDT 2017


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

cmpd should work as well. Both cmpw and cmpd are mnemonics of the instruction cmp, so I don't expect a performance difference.


https://reviews.llvm.org/D34208





More information about the llvm-commits mailing list