[PATCH] D153233: clang: Add __builtin_elementwise_rint and nearbyint
Matt Arsenault via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 22 09:47:35 PDT 2023
arsenm added inline comments.
================
Comment at: clang/lib/Sema/SemaChecking.cpp:18583
<< Callee << CallerTCB;
}
}
----------------
arsenm wrote:
> bob80905 wrote:
> > I don't believe you intended to remove all this code in your latest update, did you?
> I didn't delete any code?
Are you looking at a history diff? I see nothing deleted here
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153233/new/
https://reviews.llvm.org/D153233
More information about the cfe-commits
mailing list