Fix typos. Use Hi and Lo prefixes for Or instead of LHS and RHS
to match names of surrounding variables.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D66587
[GlobalISel] Fix narrowScalar for shifts to match algorithm from SDAG ClosedPublic Authored by Petar.Avramovic on Aug 22 2019, 6:25 AM.
Details Summary Fix typos. Use Hi and Lo prefixes for Or instead of LHS and RHS
Diff Detail
Event TimelinePetar.Avramovic added a child revision: D66589: [GlobalISel] Factor narrowScalar for G_ASHR and G_LSHR. NFC.Aug 22 2019, 6:31 AM This revision is now accepted and ready to land.Aug 22 2019, 9:45 AM Closed by commit rGd568ed40e0cb: [GlobalISel] Fix narrowScalar for shifts to match algorithm from SDAG (authored by Petar.Avramovic). · Explain WhyAug 27 2019, 7:25 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 217398 llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp
llvm/test/CodeGen/AArch64/GlobalISel/legalize-shift.mir
llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-ashr.mir
llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-lshr.mir
llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-merge-values.mir
llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-shl.mir
llvm/test/CodeGen/AMDGPU/GlobalISel/legalize-unmerge-values.mir
|