[PATCH] D89083: [BPF] Make BPFAbstractMemberAccessPass required

Arthur Eubanks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 8 16:48:42 PDT 2020


aeubanks created this revision.
aeubanks added reviewers: yonghong-song, asbirlea, ychen.
Herald added subscribers: llvm-commits, hiraditya.
Herald added a project: LLVM.
aeubanks requested review of this revision.
Herald added a subscriber: ormris.

Or else on optnone functions we get the following during instruction selection:

  fatal error: error in backend: Cannot select: intrinsic %llvm.preserve.struct.access.index

Currently the -O0 pipeline doesn't properly run passes registered via
TargetMachine::registerPassBuilderCallbacks(), so don't add that RUN
line yet. That will be fixed after this.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D89083

Files:
  llvm/lib/Target/BPF/BPF.h
  llvm/test/CodeGen/BPF/CORE/store-addr-optnone.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D89083.297081.patch
Type: text/x-patch
Size: 6679 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201008/40a3bb88/attachment.bin>


More information about the llvm-commits mailing list