[PATCH] D61675: Update IRBuilder::CreateFNeg(...) to return a UnaryOperator

Cameron McInally via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 8 05:47:08 PDT 2019


cameron.mcinally created this revision.
cameron.mcinally added reviewers: spatel, kpn, arsenm, craig.topper, andrew.w.kaylor.
Herald added subscribers: llvm-commits, javed.absar, nhaehnle, wdng, jvesely.
Herald added a project: LLVM.

This will have to sit unmerged until we're sure that the unary FNEG has not regressed from the binary psuedo-FNEG. But it's ready to go when we're satisfied. There were no surprises in this patch.


Repository:
  rL LLVM

https://reviews.llvm.org/D61675

Files:
  clang/test/CodeGen/aarch64-v8.2a-fp16-intrinsics.c
  clang/test/CodeGen/avx512f-builtins.c
  clang/test/CodeGen/avx512vl-builtins.c
  clang/test/CodeGen/complex-math.c
  clang/test/CodeGen/fma-builtins.c
  clang/test/CodeGen/fma4-builtins.c
  llvm/include/llvm/IR/IRBuilder.h
  llvm/include/llvm/IR/InstrTypes.h
  llvm/test/CodeGen/AMDGPU/amdgpu-codegenprepare-idiv.ll
  llvm/test/CodeGen/AMDGPU/divrem24-assume.ll
  llvm/test/Transforms/InstCombine/cos-1.ll
  llvm/test/Transforms/InstCombine/fast-math.ll
  llvm/test/Transforms/InstCombine/select-crash.ll
  llvm/unittests/IR/InstructionsTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61675.198631.patch
Type: text/x-patch
Size: 81880 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190508/edabf469/attachment.bin>


More information about the llvm-commits mailing list