[libc-commits] [libc] [llvm] [llvm] Add KnownBits implementations for avgFloor and avgCeil (PR #86445)

Jay Foad via libc-commits libc-commits at lists.llvm.org
Fri May 17 06:57:09 PDT 2024


================
@@ -1136,4 +1162,4 @@ void KnownBits::print(raw_ostream &OS) const {
 void KnownBits::dump() const {
   print(dbgs());
   dbgs() << "\n";
-}
+}
----------------
jayfoad wrote:

Missing newline at end of file.

https://github.com/llvm/llvm-project/pull/86445


More information about the libc-commits mailing list