[PATCH] D53877: [IR] Strawman for dedicated FNeg IR instruction

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 13 10:18:39 PST 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL346774: [IR] Add a dedicated FNeg IR Instruction (authored by mcinally, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D53877?vs=173694&id=173876#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D53877

Files:
  llvm/trunk/include/llvm-c/Core.h
  llvm/trunk/include/llvm/Bitcode/LLVMBitCodes.h
  llvm/trunk/include/llvm/CodeGen/GlobalISel/IRTranslator.h
  llvm/trunk/include/llvm/IR/Constants.h
  llvm/trunk/include/llvm/IR/InstVisitor.h
  llvm/trunk/include/llvm/IR/Instruction.def
  llvm/trunk/include/llvm/IR/Instruction.h
  llvm/trunk/include/llvm/IR/Instructions.h
  llvm/trunk/lib/AsmParser/LLLexer.cpp
  llvm/trunk/lib/AsmParser/LLParser.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/GlobalISel/IRTranslator.cpp
  llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
  llvm/trunk/lib/CodeGen/TargetLoweringBase.cpp
  llvm/trunk/lib/IR/Constants.cpp
  llvm/trunk/lib/IR/ConstantsContext.h
  llvm/trunk/lib/IR/Instruction.cpp
  llvm/trunk/lib/IR/Instructions.cpp
  llvm/trunk/lib/IR/Verifier.cpp
  llvm/trunk/test/Assembler/fast-math-flags.ll
  llvm/trunk/test/Bitcode/compatibility.ll
  llvm/trunk/test/Bitcode/function-encoding-rel-operands.ll
  llvm/trunk/test/CodeGen/Generic/fneg-fabs.ll
  llvm/trunk/test/CodeGen/X86/vec_fneg.ll
  llvm/trunk/test/Transforms/MergeFunc/call-and-invoke-with-ranges.ll
  llvm/trunk/tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53877.173876.patch
Type: text/x-patch
Size: 43466 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181113/abb54944/attachment-0001.bin>


More information about the llvm-commits mailing list