[PATCH] D39304: [IR] redefine 'reassoc' fast-math-flag and add 'trans' fast-math-flag

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 6 08:28:04 PST 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL317488: [IR] redefine 'UnsafeAlgebra' / 'reassoc' fast-math-flags and add 'trans' fast… (authored by spatel).

Changed prior to commit:
  https://reviews.llvm.org/D39304?vs=121546&id=121741#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D39304

Files:
  llvm/trunk/docs/LangRef.rst
  llvm/trunk/include/llvm/IR/Instruction.h
  llvm/trunk/include/llvm/IR/Operator.h
  llvm/trunk/include/llvm/Transforms/Utils/LoopUtils.h
  llvm/trunk/lib/AsmParser/LLLexer.cpp
  llvm/trunk/lib/AsmParser/LLParser.h
  llvm/trunk/lib/AsmParser/LLToken.h
  llvm/trunk/lib/Bitcode/Reader/BitcodeReader.cpp
  llvm/trunk/lib/Bitcode/Writer/BitcodeWriter.cpp
  llvm/trunk/lib/CodeGen/ExpandReductions.cpp
  llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  llvm/trunk/lib/IR/AsmWriter.cpp
  llvm/trunk/lib/IR/Instruction.cpp
  llvm/trunk/lib/Target/AMDGPU/AMDGPUCodeGenPrepare.cpp
  llvm/trunk/lib/Target/AMDGPU/AMDGPULibCalls.cpp
  llvm/trunk/lib/Transforms/InstCombine/InstCombineAddSub.cpp
  llvm/trunk/lib/Transforms/InstCombine/InstCombineCalls.cpp
  llvm/trunk/lib/Transforms/InstCombine/InstCombineMulDivRem.cpp
  llvm/trunk/lib/Transforms/Scalar/Reassociate.cpp
  llvm/trunk/lib/Transforms/Utils/LoopUtils.cpp
  llvm/trunk/lib/Transforms/Utils/SimplifyLibCalls.cpp
  llvm/trunk/lib/Transforms/Vectorize/LoopVectorize.cpp
  llvm/trunk/lib/Transforms/Vectorize/SLPVectorizer.cpp
  llvm/trunk/test/Assembler/fast-math-flags.ll
  llvm/trunk/test/Bitcode/compatibility-3.6.ll
  llvm/trunk/test/Bitcode/compatibility-3.7.ll
  llvm/trunk/test/Bitcode/compatibility-3.8.ll
  llvm/trunk/test/Bitcode/compatibility-3.9.ll
  llvm/trunk/test/Bitcode/compatibility-4.0.ll
  llvm/trunk/test/Bitcode/compatibility-5.0.ll
  llvm/trunk/test/Bitcode/compatibility.ll
  llvm/trunk/unittests/IR/IRBuilderTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D39304.121741.patch
Type: text/x-patch
Size: 58347 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171106/0d13a3c2/attachment.bin>


More information about the llvm-commits mailing list