[PATCH] D85393: [IR] Adds mustprogress as a LLVM IR attribute

Atmn Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 14 05:37:05 PDT 2020


atmnpatel updated this revision to Diff 291548.
atmnpatel edited the summary of this revision.
atmnpatel added a comment.

Rebase.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D85393

Files:
  llvm/include/llvm/Bitcode/LLVMBitCodes.h
  llvm/include/llvm/IR/Attributes.td
  llvm/include/llvm/IR/Function.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/test/Assembler/noprogress-parse-error-0.ll
  llvm/test/Assembler/noprogress-parse-error-1.ll
  llvm/test/Assembler/noprogress-parse-error-2.ll
  llvm/test/Assembler/noprogress-parse-error-3.ll
  llvm/test/Bitcode/attributes.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D85393.291548.patch
Type: text/x-patch
Size: 7528 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200914/b71c7234/attachment.bin>


More information about the llvm-commits mailing list