We were accidentally leaning on code in lowerLoad which expands
extending loads which should be removed.
Details
Details
- Reviewers
foad cdevadas mbrkusanin Petar.Avramovic
Diff Detail
Diff Detail
Unit Tests
Unit Tests
Time | Test | |
---|---|---|
890 ms | x64 debian > libomp.lock::omp_init_lock.c |
Event Timeline
Comment Actions
Looks reasonable.
llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp | ||
---|---|---|
2416 | Couldn't this be an assert? |
llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp | ||
---|---|---|
2416 | No, sextload and zextload should theoretically be handled here too |
Couldn't this be an assert?