Add xxeval TD pattern for P10 on: eqv, nor, or, xor.
Details
Details
- Reviewers
nemanjai shchenz - Group Reviewers
Restricted Project - Commits
- rG12e1936f64f8: [PowerPC] Add XXEVAL TD pattern
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D131654
[PowerPC] Add XXEVAL TD pattern ClosedPublic Authored by tingwang on Aug 11 2022, 12:11 AM.
Details
Summary Add xxeval TD pattern for P10 on: eqv, nor, or, xor.
Diff Detail
Event Timeline
This revision is now accepted and ready to land.Aug 11 2022, 7:21 PM This revision was landed with ongoing or failed builds.Aug 11 2022, 10:28 PM Closed by commit rG12e1936f64f8: [PowerPC] Add XXEVAL TD pattern (authored by tingwang). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 452079 llvm/lib/Target/PowerPC/PPCInstrP10.td
llvm/test/CodeGen/PowerPC/xxeval-eqv-nor-or-xor.ll
|
(nor 0, 0, 0) == 1
(and (vnot 0), (or 0, 0)) == 0 ?