[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 05:48:56 PST 2019


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

Updated patch according to reviewers notes

- Renamed files FloatingPoint.{h,cpp} to FEnv.{h,cpp}.
- Enumerations RoundingMode and ExceptionBehavior are moved to namespace llvm::fp.


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.228046.patch
Type: text/x-patch
Size: 21854 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191106/58b3a286/attachment.bin>


More information about the llvm-commits mailing list