As the codegen fix in D111754, the LOD bias needs to be converted to 16
bits. Fix this in the combine.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D116038
[AMDGPU] Fix LOD bias in A16 combine ClosedPublic Authored by sebastian-ne on Dec 20 2021, 6:16 AM.
Details
Diff Detail
Event TimelineHerald added subscribers: kerbowa, hiraditya, t-tye and 6 others. · View Herald TranscriptDec 20 2021, 6:16 AM sebastian-ne added a child revision: D116042: [AMDGPU][InstCombine] Remove zero LOD bias.Dec 20 2021, 7:55 AM This revision is now accepted and ready to land.Jan 17 2022, 4:44 PM This revision was landed with ongoing or failed builds.Jan 21 2022, 3:09 AM Closed by commit rG0530fdbbbb84: [AMDGPU] Fix LOD bias in A16 combine (authored by sebastian-ne). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 401915 llvm/include/llvm/IR/IntrinsicsAMDGPU.td
llvm/lib/Target/AMDGPU/AMDGPUInstCombineIntrinsic.cpp
llvm/lib/Target/AMDGPU/AMDGPUInstrInfo.h
llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
llvm/lib/Target/AMDGPU/MIMGInstructions.td
llvm/lib/Target/AMDGPU/SIISelLowering.cpp
llvm/test/Transforms/InstCombine/AMDGPU/amdgcn-intrinsics.ll
|