Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/Target/AMDGPU/SIRegisterInfo.cpp | ||
---|---|---|
923 | It gives the error otherwise: error: conditional expression is ambiguous; 'llvm::MCRegister' can be converted to 'llvm::Register' and vice versa. Note, it is the same code as originally existed on line 848. |
llvm/lib/Target/AMDGPU/SIRegisterInfo.cpp | ||
---|---|---|
897 | Can this be moved into the if? I think LoadStoreOp doesn’t change otherwise. |
llvm/lib/Target/AMDGPU/SIRegisterInfo.cpp | ||
---|---|---|
897 | It cannot. Desc is also modified at line 956 below in the same loop. |
llvm/lib/Target/AMDGPU/SIRegisterInfo.cpp | ||
---|---|---|
808 | Why use CHAR_BIT? This now technically makes this host compiler dependent |
Move TII to first parameter since it behaves like this