[all-commits] [llvm/llvm-project] 222eb2: [InferAttrs] Mark ceil and round as memory(none) (...
valadaptive via All-commits
all-commits at lists.llvm.org
Thu Dec 4 09:14:22 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 222eb256a0abec69c9b4cf3a1fb4b682beb6c288
https://github.com/llvm/llvm-project/commit/222eb256a0abec69c9b4cf3a1fb4b682beb6c288
Author: valadaptive <79560998+valadaptive at users.noreply.github.com>
Date: 2025-12-04 (Thu, 04 Dec 2025)
Changed paths:
M llvm/lib/Transforms/Utils/BuildLibCalls.cpp
M llvm/test/Transforms/InferFunctionAttrs/annotate.ll
Log Message:
-----------
[InferAttrs] Mark ceil and round as memory(none) (#170694)
This probably should've been done in
https://github.com/llvm/llvm-project/pull/124742, but it wasn't. The
floor, ceil, round, and trunc family of functions all behave the same.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list