AMDGPU testcase isn't broken now, but will be in a future patch
without this.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
LGTM with a nit
lib/CodeGen/GlobalISel/LegalizerHelper.cpp | ||
---|---|---|
995 | I'd prefer it if this checked DstTy.isPointer() or at least asserted it. It's not very obvious that WideTy != DstTy => pointer |
I'd prefer it if this checked DstTy.isPointer() or at least asserted it. It's not very obvious that WideTy != DstTy => pointer