Details
Details
- Reviewers
- None
- Group Reviewers
Restricted Project
Diff Detail
Diff Detail
Event Timeline
llvm/lib/Target/AMDGPU/SIInstrInfo.cpp | ||
---|---|---|
1768 | Could we check isPseudo here instead of marking all our pseudos with isMeta? Or does isPseudo mean something different from what we mean by a pseudo instruction? |
llvm/lib/Target/AMDGPU/SIInstrInfo.cpp | ||
---|---|---|
1768 | isPseudo is different. Basically all of our instructions are isPseudo because they are the "generic" versions of instructions which get converted to the real opcodes at emission time |
Could we check isPseudo here instead of marking all our pseudos with isMeta? Or does isPseudo mean something different from what we mean by a pseudo instruction?