[PATCH] D82525: [FPEnv] Intrinsics for access to FP control modes

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 3 05:09:40 PST 2021


lebedev.ri added a comment.

>From langref it isn't obvious if the following transform is valid or not

  %z = fadd_strict %x, %y
  call @llvm.set.fpmode.i16(i16 %fpenv)
    =>
  call @llvm.set.fpmode.i16(i16 %fpenv)
  %z = fadd_strict %x, %y


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D82525



More information about the llvm-commits mailing list