The rest of the code section assumes there are exactly two elements
in the vector (Lo, Hi), so add the check before entering the section.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D133852
[AMDGPU] Check for num elts in SelectVOP3PMods ClosedPublic Authored by piotr on Sep 14 2022, 5:09 AM.
Details Summary The rest of the code section assumes there are exactly two elements
Diff Detail
Event TimelineComment Actions
Yes, the wrong path can be entered by one of the v_wmma instructions. Comment Actions
Should get a test then This revision is now accepted and ready to land.Sep 14 2022, 9:41 AM This revision was landed with ongoing or failed builds.Sep 14 2022, 11:05 AM Closed by commit rGabd927e5a849: [AMDGPU] Check for num elts in SelectVOP3PMods (authored by piotr). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 460158 llvm/lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp
llvm/test/CodeGen/AMDGPU/wmma_modifiers.ll
|