[PATCH] D55897: Add constrained fptrunc and fpext intrinsics

Kevin Neal via llvm-commits llvm-commits at lists.llvm.org
Mon May 13 08:09:08 PDT 2019


I'm watching the build bots, and this push is causing this error:
FAILED: lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/SelectionDAGBuilder.cpp.o 
/bin/c++  -DGTEST_HAS_RTTI=0 -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Ilib/CodeGen/SelectionDAG -I/home/buildbots/ppc64be-clang-test/clang-ppc64be/llvm/lib/CodeGen/SelectionDAG -Iinclude -I/home/buildbots/ppc64be-clang-test/clang-ppc64be/llvm/include -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wno-maybe-uninitialized -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -fdiagnostics-color -ffunction-sections -fdata-sections -O2    -UNDEBUG  -fno-exceptions -fno-rtti -MD -MT lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/SelectionDAGBuilder.cpp.o -MF lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/SelectionDAGBuilder.cpp.o.d -o lib/CodeGen/SelectionDAG/CMakeFiles/LLVMSelectionDAG.dir/SelectionDAGBuilder.cpp.o -c /home/buildbots/ppc64be-clang-test/clang-ppc64be/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
c++: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://bugzilla.redhat.com/bugzilla> for instructions.

How do people generally fix bugs like this without knowing which part of the source is causing the compiler to choke?

-- 
Kevin P. Neal
SAS/C and SAS/C++ Compiler
Host Research and Development
SAS Institute, Inc.



-----Original Message-----
From: Kevin P. Neal via Phabricator <reviews at reviews.llvm.org> 
Sent: Monday, May 13, 2019 9:21 AM
To: Kevin Neal <Kevin.Neal at sas.com>; andrew.kaylor at intel.com; craig.topper at gmail.com; hfinkel at anl.gov; joker.eph at gmail.com; aemerson at apple.com; javed.absar at arm.com
Cc: kit.barton at gmail.com; pengfei.wang at intel.com; jji at us.ibm.com; cwabbott0 at gmail.com; llvm-commits at lists.llvm.org; mgorny at gentoo.org; cameron.mcinally at nyu.edu; ulrich.weigand at de.ibm.com; lebedev.ri at gmail.com; arphaman at gmail.com
Subject: [PATCH] D55897: Add constrained fptrunc and fpext intrinsics

EXTERNAL

This revision was automatically updated to reflect the committed changes.
Closed by commit rL360581: Add constrained fptrunc and fpext intrinsics. (authored by kpn, committed by ).
Herald added a project: LLVM.

Changed prior to commit:
  https://reviews.llvm.org/D55897?vs=199074&id=199261#toc

Repository:
  rL LLVM

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

https://reviews.llvm.org/D55897

Files:
  llvm/trunk/docs/LangRef.rst
  llvm/trunk/include/llvm/CodeGen/ISDOpcodes.h
  llvm/trunk/include/llvm/CodeGen/SelectionDAGNodes.h
  llvm/trunk/include/llvm/CodeGen/TargetLowering.h
  llvm/trunk/include/llvm/IR/IntrinsicInst.h
  llvm/trunk/include/llvm/IR/Intrinsics.td
  llvm/trunk/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
  llvm/trunk/lib/CodeGen/SelectionDAG/LegalizeTypes.h
  llvm/trunk/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp
  llvm/trunk/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
  llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
  llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
  llvm/trunk/lib/IR/IntrinsicInst.cpp
  llvm/trunk/lib/IR/Verifier.cpp
  llvm/trunk/test/CodeGen/X86/fp-intrinsics.ll
  llvm/trunk/test/CodeGen/X86/vector-constrained-fp-intrinsics.ll
  llvm/trunk/test/Feature/fp-intrinsics.ll



More information about the llvm-commits mailing list