[PATCH] D153233: clang: Add __builtin_elementwise_rint and nearbyint
Joshua Batista via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 22 10:22:07 PDT 2023
bob80905 added inline comments.
================
Comment at: clang/lib/Sema/SemaChecking.cpp:18583
<< Callee << CallerTCB;
}
}
----------------
arsenm wrote:
> 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
I am unsure what I was seeing prior, but I no longer see any deleted code, you can count this comment as resolved.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153233/new/
https://reviews.llvm.org/D153233
More information about the cfe-commits
mailing list