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.
Details
Details
- Reviewers
hfinkel nemanjai lkail - Group Reviewers
Restricted Project - Commits
- rG246d10609410: [PowerPC] Fix pattern for DCBFL/DCBFLP instrinsics.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM.
llvm/test/CodeGen/PowerPC/dcbf.ll | ||
---|---|---|
7 | nit: Maybe we can have a more verbose name for check-prefix. |
llvm/test/CodeGen/PowerPC/dcbf.ll | ||
---|---|---|
7 | I followed the same convention as other test cases which check assembly. |
nit: Maybe we can have a more verbose name for check-prefix.