This will allow libraries to drop some of the special casing based on
wave size.
Details
Details
Diff Detail
Diff Detail
Event Timeline
llvm/lib/Target/AMDGPU/AMDGPUInstCombineIntrinsic.cpp | ||
---|---|---|
906 | Nit: I find the comment slightly misleading, since it suggests to me that something is being ANDed with exec which is not true. Maybe say something like "ThreadPosition < 32" instead of "exec_hi is all 0"? |
Nit: I find the comment slightly misleading, since it suggests to me that something is being ANDed with exec which is not true. Maybe say something like "ThreadPosition < 32" instead of "exec_hi is all 0"?