[PATCH] D74380: Fix SFINAE in llvm::bit_cast.

Justin Lebar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 10 20:25:35 PST 2020


jlebar created this revision.
Herald added subscribers: llvm-commits, dexonsmith.
Herald added a project: LLVM.

As far as I can tell, the SFINAE was broken; there is no such thing as
std::is_trivially_constructible<T>::type.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D74380

Files:
  .ycm_extra_conf.py
  llvm/include/llvm/ADT/bit.h
  testcases/mul.ll
  testcases/run-test
  testcases/shift-regression.ll
  testcases/shl.ll
  testcases/shl2.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74380.243726.patch
Type: text/x-patch
Size: 5064 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200211/f475bc4f/attachment.bin>


More information about the llvm-commits mailing list