[all-commits] [llvm/llvm-project] 99c951: [libc][obvious] Correctly hoist mask out of the loop
Joseph Huber via All-commits
all-commits at lists.llvm.org
Tue May 23 10:21:25 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 99c9515b370886fde4b87248eaab77a37848ed25
https://github.com/llvm/llvm-project/commit/99c9515b370886fde4b87248eaab77a37848ed25
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2023-05-23 (Tue, 23 May 2023)
Changed paths:
M libc/src/__support/RPC/rpc.h
Log Message:
-----------
[libc][obvious] Correctly hoist mask out of the loop
Summry:
This was accidentally dropped from a previous patch following a rebase.
Fix it to where it's consistent.
Differential Revision: https://reviews.llvm.org/D151232
More information about the All-commits
mailing list