[PATCH] D14070: [FPEnv Core 05/14] Teach IR builder and folders about new flags

Sergey Dmitrouk via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 26 06:56:05 PDT 2015


sdmitrouk created this revision.
sdmitrouk added reviewers: hfinkel, joker.eph.
sdmitrouk added subscribers: llvm-commits, scanon, resistor.
sdmitrouk set the repository for this revision to rL LLVM.

FastMathFlags were moved to a separate header to make it possible
to use in IR/Constants.h, which otherwise created circular dependency
between IR/Constants.h and IR/Operator.h.

Repository:
  rL LLVM

http://reviews.llvm.org/D14070

Files:
  include/llvm/Analysis/ConstantFolding.h
  include/llvm/Analysis/TargetFolder.h
  include/llvm/IR/ConstantFolder.h
  include/llvm/IR/Constants.h
  include/llvm/IR/FastMathFlags.h
  include/llvm/IR/IRBuilder.h
  include/llvm/IR/Operator.h
  lib/Analysis/ConstantFolding.cpp
  lib/IR/ConstantFold.cpp
  lib/IR/ConstantFold.h
  lib/IR/Constants.cpp
  test/Other/fpenv-constant-fold.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14070.38403.patch
Type: text/x-patch
Size: 34901 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151026/fabe726f/attachment.bin>


More information about the llvm-commits mailing list