Changes
Summary
- Ensure showbase does not overflow do_put buffers Summary: In https://bugs.freebsd.org/207918, Daniel McRobb describes how using std::showbase with ostreams can cause truncation of unsigned long long when output format is octal. In fact, this can even happen with unsigned int and unsigned long. To ensure this does not happen, add one additional character to the do_put buffers if std::showbase is on. Also add a test case. Reviewers: EricWF, mclow.lists Reviewed By: EricWF Subscribers: cfe-commits, emaste Differential Revision: https://reviews.llvm.org/D32670
- [X86][AVX512] Relax assertion and just exit combine for unsupported types (PR32907)
- Really disable test as intended in the previous commit
- [X86][AVX512] Move v2i64/v4i64 VPABS lowering to tablegen Extend NoVLX targets to use the 512-bit versions
Change Type | Path in Repository | Path in Workspace |
---|---|---|
![]() | /libcxx/trunk/include/locale (diff) | llvm-revision.src/libcxx/trunk/include/locale |
![]() | /libcxx/trunk/test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/minmax_showbase.pass.cpp | llvm-revision.src/libcxx/trunk/test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/minmax_showbase.pass.cpp |
Change Type | Path in Repository | Path in Workspace |
![]() | /llvm/trunk/lib/Target/X86/X86ISelLowering.cpp (diff) | llvm-revision.src/llvm/trunk/lib/Target/X86/X86ISelLowering.cpp |
![]() | /llvm/trunk/test/CodeGen/X86/pr32907.ll | llvm-revision.src/llvm/trunk/test/CodeGen/X86/pr32907.ll |
Change Type | Path in Repository | Path in Workspace |
![]() | /polly/trunk/test/DeLICM/reduction_overapproximate.ll (diff) | llvm-revision.src/polly/trunk/test/DeLICM/reduction_overapproximate.ll |
Change Type | Path in Repository | Path in Workspace |
![]() | /llvm/trunk/lib/Target/X86/X86ISelLowering.cpp (diff) | llvm-revision.src/llvm/trunk/lib/Target/X86/X86ISelLowering.cpp |
![]() | /llvm/trunk/lib/Target/X86/X86InstrAVX512.td (diff) | llvm-revision.src/llvm/trunk/lib/Target/X86/X86InstrAVX512.td |
![]() | /llvm/trunk/test/CodeGen/X86/combine-abs.ll (diff) | llvm-revision.src/llvm/trunk/test/CodeGen/X86/combine-abs.ll |