[PATCH] D67975: [NFC][PowerPC] Reorganize CRNotPat multiclass patterns in PPCInstrInfo.td

Amy Kwan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 24 11:22:28 PDT 2019


amyk created this revision.
amyk added reviewers: power-llvm-team, nemanjai, echristo, hfinkel.
Herald added subscribers: llvm-commits, shchenz, jsji, MaskRay, kbarton, hiraditya.
Herald added a project: LLVM.

This is patch aims to group together the `CRNotPat` multi class instantiations within `PPCInstrInfo.td`.

Integer instantiations of the multi class are grouped together into a section, and the floating point patterns are separated into its own section.


Repository:
  rL LLVM

https://reviews.llvm.org/D67975

Files:
  llvm/lib/Target/PowerPC/PPCInstrInfo.td

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67975.221465.patch
Type: text/x-patch
Size: 11829 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190924/36eb5e87/attachment.bin>


More information about the llvm-commits mailing list