Details
Details
- Reviewers
arsenm - Commits
- rGa69b3e010c6f: [AMDGPU][GlobalISel] Fix div_scale in FDIV lowering
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D78004
[AMDGPU][GlobalISel] Fix div_scale in FDIV lowering ClosedPublic Authored by kerbowa on Apr 12 2020, 11:37 PM.
Details
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Apr 13 2020, 1:11 PM Closed by commit rGa69b3e010c6f: [AMDGPU][GlobalISel] Fix div_scale in FDIV lowering (authored by kerbowa). · Explain WhyApr 13 2020, 4:20 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 256930 llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-fdiv.mir
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
clang-format: please reformat the code
- B.buildIntrinsic(Intrinsic::amdgcn_div_scale, {S32, S1}, false) - .addUse(LHS) - .addUse(RHS) - .addImm(1) - .setMIFlags(Flags); + B.buildIntrinsic(Intrinsic::amdgcn_div_scale, {S32, S1}, false) + .addUse(LHS) + .addUse(RHS) + .addImm(1) + .setMIFlags(Flags);