[PATCH] D104740: [OpaquePtr] Support call instruction

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 22 13:57:00 PDT 2021


nikic updated this revision to Diff 353777.
nikic added a comment.

Preserve address space check, add test with argument.

While doing the latter, I found out that

  define void @call(void (...)* %p) {
    call void (...) %p(void (...)* %p)
    ret void
  }

fails `verify-uselistorder` (independently of this patch). I happened to use that as the first thing I tried :/


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

https://reviews.llvm.org/D104740

Files:
  llvm/lib/AsmParser/LLParser.cpp
  llvm/lib/Bitcode/Reader/BitcodeReader.cpp
  llvm/lib/Bitcode/Writer/ValueEnumerator.cpp
  llvm/lib/IR/Verifier.cpp
  llvm/test/Assembler/opaque-ptr.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D104740.353777.patch
Type: text/x-patch
Size: 3895 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210622/019b79c2/attachment-0001.bin>


More information about the llvm-commits mailing list