Details
Details
- Reviewers
rampitec
Diff Detail
Diff Detail
Event Timeline
lib/Target/AMDGPU/SIFoldOperands.cpp | ||
---|---|---|
472 | getUniqueVRegDef? |
lib/Target/AMDGPU/SIFoldOperands.cpp | ||
---|---|---|
472 | I think that should only ever be used post-SSA. This is an SSA pass, so the concern isn't whether or not there are multiple defs of the same register |
lib/Target/AMDGPU/SIFoldOperands.cpp | ||
---|---|---|
472 | If works fine past SSA in general, so I believe it is better to fix that as well. |
lib/Target/AMDGPU/SIFoldOperands.cpp | ||
---|---|---|
472 | I'm not sure what you mean. I don't think it works post-SSA. Changing that belongs as a separate change if that ends up being useful |
getUniqueVRegDef?