[all-commits] [llvm/llvm-project] 246d10: [PowerPC] Fix pattern for DCBFL/DCBFLP instrinsics.
stefanp-ibm via All-commits
all-commits at lists.llvm.org
Mon Jun 8 19:04:02 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 246d10609410a2ab2ea3309a88d16cdce8ce6f53
https://github.com/llvm/llvm-project/commit/246d10609410a2ab2ea3309a88d16cdce8ce6f53
Author: Anil Mahmud <Anil.Mahmud at ibm.com>
Date: 2020-06-08 (Mon, 08 Jun 2020)
Changed paths:
M llvm/lib/Target/PowerPC/PPCInstrInfo.td
M llvm/test/CodeGen/PowerPC/dcbf.ll
Log Message:
-----------
[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
More information about the All-commits
mailing list