It was missing an undef flag.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
LGTM.
llvm/lib/Target/AMDGPU/GCNDPPCombine.cpp | ||
---|---|---|
181 | ok, I missed the case when there is no defining instruction. It is not very good that the def is searched again, but lets submit this for the fix. |
ok, I missed the case when there is no defining instruction. It is not very good that the def is searched again, but lets submit this for the fix.