[PATCH] D106959: [PowerPC] swdiv builtins for XL compatibility

Quinn Pham via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 27 08:35:53 PDT 2021


quinnp updated this revision to Diff 375285.
quinnp added a comment.

Added a backend testcase which goes from `fdiv fast` to software estimate. Added a runline in the front end testcase that sets the fast math flags.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D106959

Files:
  clang/include/clang/Basic/BuiltinsPPC.def
  clang/lib/Basic/Targets/PPC.cpp
  clang/lib/CodeGen/CGBuiltin.cpp
  clang/test/CodeGen/builtins-ppc-xlcompat-swdiv.c
  llvm/test/CodeGen/PowerPC/fdiv.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D106959.375285.patch
Type: text/x-patch
Size: 5738 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210927/0473c50e/attachment-0001.bin>


More information about the llvm-commits mailing list