[PATCH] D108478: [llvm][IR] Add no_cfi constant

Sami Tolvanen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 10 16:21:19 PST 2021


samitolvanen updated this revision to Diff 393627.
samitolvanen marked an inline comment as done.
samitolvanen added a comment.

Addressed Nick's comments about `NoCFIValue::handleOperandChangeImpl`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D108478

Files:
  llvm/docs/LangRef.rst
  llvm/include/llvm/AsmParser/LLParser.h
  llvm/include/llvm/AsmParser/LLToken.h
  llvm/include/llvm/Bitcode/LLVMBitCodes.h
  llvm/include/llvm/IR/Constants.h
  llvm/include/llvm/IR/Value.def
  llvm/lib/AsmParser/LLLexer.cpp
  llvm/lib/AsmParser/LLParser.cpp
  llvm/lib/Bitcode/Reader/BitcodeAnalyzer.cpp
  llvm/lib/Bitcode/Reader/BitcodeReader.cpp
  llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
  llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
  llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  llvm/lib/IR/AsmWriter.cpp
  llvm/lib/IR/Constants.cpp
  llvm/lib/IR/LLVMContextImpl.h
  llvm/lib/Transforms/IPO/LowerTypeTests.cpp
  llvm/lib/Transforms/Utils/ValueMapper.cpp
  llvm/test/Bitcode/nocfivalue.ll
  llvm/test/CodeGen/X86/nocfivalue.ll
  llvm/test/Transforms/LowerTypeTests/nocfivalue.ll
  llvm/utils/emacs/llvm-mode.el
  llvm/utils/vim/syntax/llvm.vim

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D108478.393627.patch
Type: text/x-patch
Size: 18419 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211211/17b6acfd/attachment.bin>


More information about the llvm-commits mailing list