[PATCH] D69552: Move floating point related entities to namespace level

Serge Pavlov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 6 21:00:16 PST 2019


sepavloff updated this revision to Diff 228174.
sepavloff marked an inline comment as done.
sepavloff added a comment.

Updated patch according to reviewers notes

- Used ASSERT_EQ instead of ASSERT_TRUE in unit tests.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D69552

Files:
  llvm/include/llvm/IR/FPEnv.h
  llvm/include/llvm/IR/IRBuilder.h
  llvm/include/llvm/IR/IntrinsicInst.h
  llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  llvm/lib/IR/CMakeLists.txt
  llvm/lib/IR/FPEnv.cpp
  llvm/lib/IR/IntrinsicInst.cpp
  llvm/unittests/IR/IRBuilderTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69552.228174.patch
Type: text/x-patch
Size: 21798 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191107/809592fa/attachment.bin>


More information about the llvm-commits mailing list