[PATCH] D154993: AtomicExpand: Fix expanding atomics into unconstrained FP in strictfp functions

Kevin P. Neal via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 11 11:35:40 PDT 2023


kpn added a comment.

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.

I'll have to trust you on the AMDGPU and X86 instructions.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D154993/new/

https://reviews.llvm.org/D154993



More information about the llvm-commits mailing list