[llvm] [Transforms] Resolve FIXME: Pick the smallest legal type that fits (PR #79158)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 29 11:21:30 PST 2024
================
@@ -321,8 +321,8 @@ bool Float2IntPass::validateAndTransform() {
Type *ConvertedToTy = nullptr;
// For every member of the partition, union all the ranges together.
- for (auto MI = ECs.member_begin(It), ME = ECs.member_end();
- MI != ME; ++MI) {
+ for (auto MI = ECs.member_begin(It), ME = ECs.member_end(); MI != ME;
----------------
nikic wrote:
Don't change unrelated formatting.
https://github.com/llvm/llvm-project/pull/79158
More information about the llvm-commits
mailing list