[PATCH] D157909: [AMDGPU] Decouple V_PK_MOV_B32 from FeaturePackedFP32Ops
Stanislav Mekhanoshin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 15 02:39:25 PDT 2023
rampitec marked an inline comment as done.
rampitec added inline comments.
================
Comment at: llvm/lib/Target/AMDGPU/VOP3PInstructions.td:740
let SubtargetPredicate = HasPackedFP32Ops, isCommutable = 1, isReMaterializable = 1 in {
+ let SubtargetPredicate = HasPackedFP32Ops in {
----------------
foad wrote:
> Remove `SubtargetPredicate = HasPackedFP32Ops` here?
https://reviews.llvm.org/rG264150aec393
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D157909/new/
https://reviews.llvm.org/D157909
More information about the llvm-commits
mailing list