[PATCH] D57825: IR: Add immarg attribute

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 6 09:15:05 PST 2019


arsenm updated this revision to Diff 185573.
arsenm added a comment.

Remove leftover change


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

https://reviews.llvm.org/D57825

Files:
  docs/LangRef.rst
  include/llvm/Bitcode/LLVMBitCodes.h
  include/llvm/IR/Attributes.td
  include/llvm/IR/Intrinsics.td
  include/llvm/IR/IntrinsicsAMDGPU.td
  lib/AsmParser/LLLexer.cpp
  lib/AsmParser/LLParser.cpp
  lib/AsmParser/LLToken.h
  lib/Bitcode/Reader/BitcodeReader.cpp
  lib/Bitcode/Writer/BitcodeWriter.cpp
  lib/IR/Attributes.cpp
  lib/IR/Verifier.cpp
  lib/Target/AMDGPU/SIISelLowering.cpp
  lib/Transforms/InstCombine/InstCombineCalls.cpp
  lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp
  lib/Transforms/Utils/CodeExtractor.cpp
  test/Assembler/autoupgrade-invalid-mem-intrinsics.ll
  test/Assembler/immarg-param-attribute.ll
  test/Assembler/invalid-immarg.ll
  test/Assembler/invalid-immarg2.ll
  test/Assembler/invalid-immarg3.ll
  test/Bitcode/compatibility.ll
  test/Bitcode/upgrade-memory-intrinsics.ll
  test/CodeGen/AMDGPU/bitcast-vector-extract.ll
  test/CodeGen/AMDGPU/llvm.amdgcn.atomic.dec.ll
  test/CodeGen/AMDGPU/llvm.amdgcn.div.scale.ll
  test/CodeGen/AMDGPU/llvm.amdgcn.fcmp.ll
  test/CodeGen/AMDGPU/llvm.amdgcn.icmp.ll
  test/CodeGen/AMDGPU/llvm.amdgcn.raw.tbuffer.store.ll
  test/DebugInfo/MIR/X86/kill-after-spill.mir
  test/LTO/X86/remangle_intrinsics.ll
  test/Transforms/InferAddressSpaces/AMDGPU/intrinsics.ll
  test/Transforms/InstCombine/AMDGPU/amdgcn-demanded-vector-elts.ll
  test/Transforms/InstCombine/AMDGPU/amdgcn-intrinsics.ll
  test/Transforms/LowerExpectIntrinsic/PR33346.ll
  test/Verifier/AMDGPU/intrinsic-immarg.ll
  test/Verifier/AMDGPU/lit.local.cfg
  test/Verifier/cttz-undef-arg.ll
  test/Verifier/element-wise-atomic-memory-intrinsics.ll
  test/Verifier/immarg-param-attribute-invalid.ll
  test/Verifier/intrinsic-immarg.ll
  utils/TableGen/CodeGenIntrinsics.h
  utils/TableGen/CodeGenTarget.cpp
  utils/TableGen/IntrinsicEmitter.cpp
  utils/emacs/llvm-mode.el

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57825.185573.patch
Type: text/x-patch
Size: 205647 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190206/7c06658d/attachment-0001.bin>


More information about the llvm-commits mailing list