[PATCH] D81843: [ARM][FPEnv] Lowering of {get,set,reset}_fpenv

Serge Pavlov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 15 08:07:23 PDT 2020


sepavloff created this revision.
sepavloff added reviewers: sunfish, t.p.northover.
Herald added subscribers: danielkiss, hiraditya, kristof.beyls.
Herald added a project: LLVM.
sepavloff added a parent revision: D71742: Added intrinsics for access to FP environment.

The change implements lowering of `get_fpenv`, `set_fpenv` and
`reset_fpenv`. The lowering is based on the intrinsic `arm_get_fpscr`.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D81843

Files:
  llvm/lib/Target/ARM/ARMSelectionDAGInfo.cpp
  llvm/lib/Target/ARM/ARMSelectionDAGInfo.h
  llvm/test/CodeGen/ARM/fpenv.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D81843.270750.patch
Type: text/x-patch
Size: 4935 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200615/d3008d9a/attachment.bin>


More information about the llvm-commits mailing list