[PATCH] D142507: [AMDGPU] Split dot7 feature

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 25 02:35:51 PST 2023


foad added inline comments.


================
Comment at: llvm/lib/Target/AMDGPU/VOP3PInstructions.td:1084
 
-let SubtargetPredicate = HasDot2Insts in {
-
----------------
Is this because Real instructions copy predicates from the Pseudo? Seems like this could go in as a separate obvious cleanup.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D142507/new/

https://reviews.llvm.org/D142507



More information about the llvm-commits mailing list