[llvm] Rename ExpandLargeFpConvertPass to ExpandFpPass (PR #131128)
Frederik Harwath via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 13 08:27:13 PDT 2025
================
@@ -62,8 +62,8 @@ static cl::opt<unsigned>
/// br i1 %cmp6.not, label %if.end12, label %if.then8
///
/// if.then8: ; preds = %if.end
-/// %cond11 = select i1 %tobool.not, i64 9223372036854775807, i64 -9223372036854775808
-/// br label %cleanup
+/// %cond11 = select i1 %tobool.not, i64 9223372036854775807, i64
+/// -9223372036854775808 br label %cleanup
----------------
frederik-h wrote:
Thanks for pointing this out! I also noticed this but I wasn't brave enough to argue with clang-format ;-). I will revert this before merging.
https://github.com/llvm/llvm-project/pull/131128
More information about the llvm-commits
mailing list