[PATCH] D85393: [WIP] [IR] Adding noprogress as a LLVM IR attribute

Atmn Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 3 20:22:00 PDT 2020


atmnpatel updated this revision to Diff 289845.
atmnpatel added a comment.

Changed name from noprogress to mayprogress for clarity.


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.289845.patch
Type: text/x-patch
Size: 7486 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200904/c4152bd6/attachment.bin>


More information about the llvm-commits mailing list