[PATCH] D78659: Add nomerge function attribute to supress tail merge optimization in simplifyCFG

Zequan Wu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri May 8 16:41:06 PDT 2020


zequanwu updated this revision to Diff 262977.
zequanwu added a comment.

add `nomerge` case in `CodeExtractor.cpp`


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

https://reviews.llvm.org/D78659

Files:
  llvm/docs/LangRef.rst
  llvm/include/llvm/Bitcode/LLVMBitCodes.h
  llvm/include/llvm/IR/Attributes.td
  llvm/include/llvm/IR/InstrTypes.h
  llvm/lib/AsmParser/LLLexer.cpp
  llvm/lib/AsmParser/LLParser.cpp
  llvm/lib/AsmParser/LLToken.h
  llvm/lib/Bitcode/Reader/BitcodeReader.cpp
  llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
  llvm/lib/IR/Attributes.cpp
  llvm/lib/IR/Verifier.cpp
  llvm/lib/Transforms/Utils/CodeExtractor.cpp
  llvm/lib/Transforms/Utils/SimplifyCFG.cpp
  llvm/test/Transforms/SimplifyCFG/nomerge.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D78659.262977.patch
Type: text/x-patch
Size: 10562 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200508/155bba22/attachment-0001.bin>


More information about the cfe-commits mailing list