[llvm-dev] Why did "llvm.memcpy" changed when emitting an object file?
Tim Northover via llvm-dev
llvm-dev at lists.llvm.org
Thu May 9 02:35:59 PDT 2019
On Thu, 9 May 2019 at 10:02, Gaier, Bjoern <Bjoern.Gaier at horiba.com> wrote:
> I know that the Clang compiler has such flags but I don't know if the JIT interfaces has those too.
Which flags are you talking about for Clang? The closest I'm aware of
is something like -msoft-float, which applies more to instructions
than intrinsics.
Cheers.
Tim.
More information about the llvm-dev
mailing list