[PowerPC] Fix pattern for DCBFL/DCBFLP instrinsics.
authorAnil Mahmud <Anil.Mahmud@ibm.com>
Tue, 9 Jun 2020 01:54:59 +0000 (20:54 -0500)
committerStefan Pintilie <stefanp@ca.ibm.com>
Tue, 9 Jun 2020 01:54:59 +0000 (20:54 -0500)
commit246d10609410a2ab2ea3309a88d16cdce8ce6f53
treee71cfef6fbaeee3d8e5c7b82ad22b313b2eb5e93
parentc9790d54f83311821c6fa23a89615569bde6484f
[PowerPC] Fix pattern for DCBFL/DCBFLP instrinsics.

The previous implementation used "asm parser only" pseudo-instructions in their
output patterns. Those are not meant to emit code and will caused crashes when
built with -filetype=obj.

Differential Revision: https://reviews.llvm.org/D80151
llvm/lib/Target/PowerPC/PPCInstrInfo.td
llvm/test/CodeGen/PowerPC/dcbf.ll