[PATCH] D84737: [AArch64][SVE] Preserve full vector regs over EH edge.

Sander de Smalen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 12 04:27:43 PDT 2020


sdesmalen updated this revision to Diff 285037.
sdesmalen retitled this revision from "[AArch64][SVE] Preserve SVE regs when callee may throw an exception." to "[AArch64][SVE] Preserve full vector regs over EH edge.".
sdesmalen edited the summary of this revision.
sdesmalen added a comment.
Herald added a reviewer: rengolin.

- Set clobber mask for EH pad block, instead of changing the CC of the call.
- Rebased patch


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

https://reviews.llvm.org/D84737

Files:
  llvm/include/llvm/CodeGen/TargetRegisterInfo.h
  llvm/lib/CodeGen/MachineBasicBlock.cpp
  llvm/lib/Target/AArch64/AArch64RegisterInfo.cpp
  llvm/lib/Target/AArch64/AArch64RegisterInfo.h
  llvm/test/CodeGen/AArch64/unwind-preserved.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D84737.285037.patch
Type: text/x-patch
Size: 6050 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200812/bcbb9339/attachment.bin>


More information about the llvm-commits mailing list