[all-commits] [llvm/llvm-project] dac0b1: [llvm] Add default constructor of `llvm::ElementCo...
Francesco Petrogalli via All-commits
all-commits at lists.llvm.org
Wed Aug 19 14:40:37 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: dac0b1d33088429cdaf795e81e8576288460c67d
https://github.com/llvm/llvm-project/commit/dac0b1d33088429cdaf795e81e8576288460c67d
Author: Francesco Petrogalli <francesco.petrogalli at arm.com>
Date: 2020-08-19 (Wed, 19 Aug 2020)
Changed paths:
M llvm/include/llvm/IR/Intrinsics.h
M llvm/include/llvm/Support/TypeSize.h
Log Message:
-----------
[llvm] Add default constructor of `llvm::ElementCount`.
This patch prevents failures like those reported in
http://lab.llvm.org:8011/builders/llvm-clang-lld-x86_64-scei-ps4-windows10pro-fast/builds/34173.
We have enabled the default constructor for
`llvm::ElementCount` to make sure the code compiles on Windows.
Reviewed By: ormris
Differential Revision: https://reviews.llvm.org/D86240
More information about the All-commits
mailing list