R600 can't handle immediates for BFE, the movs will be eliminated later.
Fixes powr/pow regressions n r600 since r334817.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D49641
AMDGPU/R600: Add MOV instructions to BFE patterns ClosedPublic Authored by jvesely on Jul 21 2018, 7:58 PM.
Details Summary R600 can't handle immediates for BFE, the movs will be eliminated later.
Diff Detail
Event TimelineHerald added subscribers: llvm-commits, t-tye, tpr and 5 others. · View Herald TranscriptJul 21 2018, 7:58 PM This revision is now accepted and ready to land.Jul 27 2018, 3:01 AM Closed by commit rL338127: AMDGPU/R600: Add MOV instructions to BFE patterns (authored by jvesely). · Explain WhyJul 27 2018, 8:00 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 156964 lib/Target/AMDGPU/AMDGPUInstructions.td
test/CodeGen/AMDGPU/r600.extract-lowbits.ll
|