This revision was automatically updated to reflect the committed changes.
Closed by commit rGaa0f37e14a87: [AArch64][SVE] Add first-faulting load
intrinsic (authored by kmclaughlin).
Changed prior to commit:
https://reviews.llvm.org/D73025?vs=239303&id=239849#toc
Repository:
rG LLVM Github M
sdesmalen accepted this revision.
sdesmalen added inline comments.
This revision is now accepted and ready to land.
Comment at: llvm/lib/Target/AArch64/AArch64ISelLowering.cpp:11248
-static SDValue performLDNF1Combine(SDNode *N, SelectionDAG &DAG) {
+static SDValue performLDNF1
kmclaughlin updated this revision to Diff 239303.
kmclaughlin added a comment.
- Rebased patch after changes made to parent revision
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73025/new/
https://reviews.llvm.org/D73025
Files:
llvm/include/llvm/IR/IntrinsicsAArch64.td
llvm/lib/Ta
kmclaughlin created this revision.
kmclaughlin added reviewers: sdesmalen, efriedma, andwar, dancgr.
Herald added subscribers: psnobl, rkruppe, hiraditya, kristof.beyls, tschuett.
Herald added a reviewer: rengolin.
Herald added a project: LLVM.
kmclaughlin added a parent revision: D71698: [AArch64]