Details
Details
- Reviewers
arsenm - Commits
- rG992fbce4e9b0: [AMDGPU] copyPhysReg() for 16 bit SGPR subregs
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Improved handling for GFX8. In a nutshell GFX8 cannot use hi16 in any situation because SDWA does not support SGPR sources on GFX8. At least there hi16 shall not be used, but it does not have packed f16 for legitimate use of it anyway.
llvm/lib/Target/AMDGPU/SIInstrInfo.cpp | ||
---|---|---|
694 | Maybe should be report_fatal_error since you could write unsatisfiable MIR, and also a test that hits it |
Maybe should be report_fatal_error since you could write unsatisfiable MIR, and also a test that hits it