Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Sure, will do. I think I was waiting for D99036 to go in first, but I see now there's no real dependency.
Paths
| Differential D104528
[GlobalISel] Constant fold G_SITOFP and G_UITOFP in CSEMIRBuilder ClosedPublic Authored by foad on Jun 18 2021, 6:01 AM.
Details
Diff Detail
Event TimelineHerald added subscribers: kerbowa, hiraditya, rovka and 2 others. · View Herald TranscriptJun 18 2021, 6:01 AM This revision is now accepted and ready to land.Jun 18 2021, 9:40 AM Comment Actions
Sure, will do. I think I was waiting for D99036 to go in first, but I see now there's no real dependency. This revision was landed with ongoing or failed builds.Jul 27 2021, 3:28 AM Closed by commit rGdc4ca0dbbcef: [GlobalISel] Constant fold G_SITOFP and G_UITOFP in CSEMIRBuilder (authored by foad). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 361962 llvm/include/llvm/CodeGen/GlobalISel/Utils.h
llvm/lib/CodeGen/GlobalISel/CSEMIRBuilder.cpp
llvm/lib/CodeGen/GlobalISel/Utils.cpp
llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.amdgcn.sbfe.ll
llvm/test/CodeGen/AMDGPU/GlobalISel/llvm.powi.ll
llvm/test/CodeGen/AMDGPU/GlobalISel/sdiv.i32.ll
llvm/test/CodeGen/AMDGPU/GlobalISel/srem.i32.ll
llvm/test/CodeGen/AMDGPU/GlobalISel/udiv.i32.ll
llvm/test/CodeGen/AMDGPU/GlobalISel/urem.i32.ll
|