[PATCH] D69562: Mapping of FP operations to constrained intrinsics

Serge Pavlov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 7 03:14:40 PST 2019


sepavloff updated this revision to Diff 228204.
sepavloff added a comment.

Updated patch

- Renamed getConstrainedIntrinsic to getConstrainedIntrinsicID.
- Implementwd mapping using fix from D69887 <https://reviews.llvm.org/D69887>.
- Used EXPECT_EQ instead of EXPECT_TRUE in unit test.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D69562

Files:
  llvm/include/llvm/IR/FPEnv.h
  llvm/lib/IR/FPEnv.cpp
  llvm/unittests/IR/InstructionsTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69562.228204.patch
Type: text/x-patch
Size: 4501 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191107/424f0aae/attachment.bin>


More information about the llvm-commits mailing list