[PATCH] D56747: [EH] Rename llvm.x86.seh.recoverfp intrinsic to llvm.eh.recoverfp

Mandeep Singh Grang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 15 15:19:49 PST 2019


mgrang created this revision.
mgrang added reviewers: rnk, efriedma.
Herald added subscribers: kristof.beyls, javed.absar.

Make recoverfp intrinsic target-independent so that it can be implemented for AArch64, etc.
Refer D53541 <https://reviews.llvm.org/D53541> for the context.


Repository:
  rL LLVM

https://reviews.llvm.org/D56747

Files:
  include/llvm/IR/Intrinsics.td
  include/llvm/IR/IntrinsicsX86.td
  lib/CodeGen/AsmPrinter/WinException.cpp
  lib/CodeGen/AsmPrinter/WinException.h
  lib/Target/X86/X86ISelLowering.cpp
  test/CodeGen/WinEH/wineh-statenumbering.ll
  test/CodeGen/X86/seh-catch-all-win32.ll
  test/CodeGen/X86/seh-filter-no-personality.ll
  test/CodeGen/X86/seh-no-invokes.ll
  test/CodeGen/X86/seh-stack-realign.ll
  test/CodeGen/X86/win32-seh-catchpad.ll
  test/DebugInfo/COFF/frameproc-flags.ll
  test/Instrumentation/AddressSanitizer/localescape.ll
  test/Instrumentation/SanitizerCoverage/seh.ll
  test/Transforms/LCSSA/avoid-intrinsics-in-catchswitch.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56747.181900.patch
Type: text/x-patch
Size: 14446 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190115/1637956f/attachment.bin>


More information about the llvm-commits mailing list