[PATCH] D94795: [AMDGPU] Fix use of HasModifiers in VopProfile

Mirko Brkusanin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 15 09:13:02 PST 2021


mbrkusanin created this revision.
mbrkusanin added reviewers: foad, Joe_Nash.
mbrkusanin added a project: LLVM.
Herald added subscribers: kerbowa, hiraditya, t-tye, tpr, dstuttard, yaxunl, nhaehnle, jvesely, kzhuravl, arsenm.
mbrkusanin requested review of this revision.
Herald added a subscriber: wdng.

HasModifiers should not be true if at least one modifier is used.
This should make the use of this field bit more consistent.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D94795

Files:
  llvm/lib/Target/AMDGPU/SIInstrInfo.td
  llvm/lib/Target/AMDGPU/VOP1Instructions.td
  llvm/lib/Target/AMDGPU/VOP2Instructions.td
  llvm/lib/Target/AMDGPU/VOP3Instructions.td
  llvm/lib/Target/AMDGPU/VOP3PInstructions.td

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D94795.316977.patch
Type: text/x-patch
Size: 5290 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210115/3c213a45/attachment.bin>


More information about the llvm-commits mailing list