An INLINEASM can have an implicit def of vcc. It is not appropriate for
fixImplicitOperands to change this to vcc_lo on wave32.
Details
Details
- Reviewers
rampitec - Group Reviewers
Restricted Project - Commits
- rG3e3594c771e6: [AMDGPU] Do not fix implicit vcc operand on INLINEASM
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/Target/AMDGPU/SIInstrInfo.cpp | ||
---|---|---|
7880 | Instead of blacklisting inlineasm I could whitelist VALU and SALU instructions. I'm not sure which is better. |
Instead of blacklisting inlineasm I could whitelist VALU and SALU instructions. I'm not sure which is better.