Now that we have mixed type sizes, i1 values need to be explicitly handled as we want to avoid promoting these values.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D54308
[ARM] Don't promote i1 types in ARM CGP ClosedPublic Authored by samparker on Nov 9 2018, 6:22 AM.
Details Summary Now that we have mixed type sizes, i1 values need to be explicitly handled as we want to avoid promoting these values.
Diff Detail
Event TimelineHerald added subscribers: chrib, kristof.beyls, javed.absar. · View Herald TranscriptNov 9 2018, 6:22 AM This revision is now accepted and ready to land.Nov 9 2018, 6:37 AM Closed by commit rL346499: [ARM] Don't promote i1 types in ARM CGP (authored by sam_parker). · Explain WhyNov 9 2018, 7:08 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 173325 llvm/trunk/lib/Target/ARM/ARMCodeGenPrepare.cpp
llvm/trunk/test/CodeGen/ARM/CGP/arm-cgp-calls.ll
llvm/trunk/test/CodeGen/ARM/CGP/arm-cgp-casts.ll
|