Added NextPowerOf2() routine to TypeSize and rewritten the code
in getVectorTypeBreakdown to avoid warnings being generated.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D81578
[CodeGen] Fix warnings in getVectorTypeBreakdown ClosedPublic Authored by david-arm on Jun 10 2020, 8:49 AM.
Details Summary Added NextPowerOf2() routine to TypeSize and rewritten the code
Diff Detail
Event Timeline
This revision is now accepted and ready to land.Jun 17 2020, 9:44 AM Closed by commit rG7e30ef77f674: [CodeGen] Fix warnings in getVectorTypeBreakdown (authored by david-arm). · Explain WhyJun 18 2020, 2:09 AM This revision was automatically updated to reflect the committed changes. david-arm marked an inline comment as done.
Revision Contents
Diff 271614 llvm/include/llvm/Support/TypeSize.h
llvm/lib/CodeGen/TargetLoweringBase.cpp
|
Why did you reorder the conditions?