Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/Target/AMDGPU/SIFoldOperands.cpp | ||
---|---|---|
691 | const reference and no auto | |
697 | You can construct a MachineInstrBuilder for the existing instruction to replace the addOperands below with the less verbose versions | |
699 | I think 32 is a bit big for a small set size | |
733 | Why is this checking Def->getParent()? Why is an instruction under consideration that isn't inserted in a block? | |
750 | .add() |
const reference and no auto