We were failing to find constants that were casted. I feel like the
artifact combiner should have folded the constant in the trunc before
the custom lowering, but that doesn't happen.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D74167
AMDGPU/GlobalISel: Look through casts when legalizing vector indexing ClosedPublic Authored by arsenm on Feb 6 2020, 2:09 PM.
Details
Diff Detail Event TimelineHerald added subscribers: Petar.Avramovic, arphaman, hiraditya and 8 others. · View Herald Transcript This revision is now accepted and ready to land.Feb 8 2020, 10:51 PM
Revision Contents
Diff 243000 llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-extract-vector-elt.mir
llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-insert-vector-elt.mir
|