Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D96676
[Test][AArch64] Test SADDE/SSUBE/UADDE/USUBE narrowing legalization ClosedPublic Authored by porglezomp on Feb 14 2021, 3:42 PM.
Details
Diff Detail
Event Timelineporglezomp added a parent revision: D96673: [GlobalISel] Implement narrowScalar for SADDE/SSUBE/UADDE/USUBE.Feb 14 2021, 3:43 PM porglezomp added a parent revision: D96674: [AArch64][GlobalISel] Make overflow legalization use clampScalar.Feb 14 2021, 4:33 PM
This revision is now accepted and ready to land.Feb 17 2021, 1:14 PM This revision was landed with ongoing or failed builds.Feb 22 2021, 5:00 PM Closed by commit rG0596086242b2: [Test][AArch64] Test SADDE/SSUBE/UADDE/USUBE narrowing legalization (authored by porglezomp). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 325620 llvm/test/CodeGen/AArch64/GlobalISel/legalize-sadde.mir
llvm/test/CodeGen/AArch64/GlobalISel/legalize-ssube.mir
llvm/test/CodeGen/AArch64/GlobalISel/legalize-uadde.mir
llvm/test/CodeGen/AArch64/GlobalISel/legalize-usube.mir
|
What about a non-pow2 that also isn't divisible by the register size?