[PATCH] D106184: [BPF] Use elementtype attribute for preserve.array/struct.index intrinsics

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jul 17 02:23:39 PDT 2021


nikic closed this revision.
nikic added a comment.

Landed as https://github.com/llvm/llvm-project/commit/be5af50e7d028849bf2fab5f4b0f2ad36ae56e11, missed the "Differential Revision" tag.

For the record, the problem with the autoupgrade test was PEBKAC: The textual diff that gets uploaded to Phabricator didn't include the contents of the binary bitcode file, and apparently LLVM happily interprets an empty bitcode file as an empty module.


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

https://reviews.llvm.org/D106184



More information about the llvm-commits mailing list