[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 12:53:05 PDT 2020


zequanwu updated this revision to Diff 262933.
zequanwu marked an inline comment as done.
zequanwu added a comment.

update comment.


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/SimplifyCFG.cpp
  llvm/test/Transforms/SimplifyCFG/nomerge.ll

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


More information about the cfe-commits mailing list