[PATCH] D154993: AtomicExpand: Fix expanding atomics into unconstrained FP in strictfp functions
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 11 11:37:54 PDT 2023
arsenm added a comment.
In D154993#4490616 <https://reviews.llvm.org/D154993#4490616>, @kpn wrote:
> We're going to run into this in other cases as well.
>
> Can these functions be called for instructions that are in blocks that are not currently in a function? I seem to remember we ran into that odd case sometime back.
No, this is for straightforward lowering. I was debating whether the IRBuilder constructor should take care of this for you
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154993/new/
https://reviews.llvm.org/D154993
More information about the llvm-commits
mailing list