This revision was automatically updated to reflect the committed changes.
Closed by commit rL371584: clang-misexpect: Profile Guided Validation of
Performance Annotations in LLVM (authored by phosek, committed by ).
Herald added a subscriber: delcypher.
Changed prior to commit:
https://reviews.
Author: maskray
Date: Tue Sep 10 18:54:48 2019
New Revision: 371586
URL: http://llvm.org/viewvc/llvm-project?rev=371586&view=rev
Log:
[CodeGen] Add alias for cpu_dispatch function with IFunc & Fix resolver linkage
type
Multi-versioned functions defined by cpu_dispatch and implemented with IFunc
This revision was automatically updated to reflect the committed changes.
Closed by commit rL371586: [CodeGen] Add alias for cpu_dispatch function with
IFunc & Fix resolver linkage⦠(authored by MaskRay, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Change
thakis added a comment.
Another question about this, sorry. Do you know _why_ C++20 is more restrictive
than C99 wrt "mixture of designated and non-designated initializers in the same
initializer list is a C99 extension"? Is there some interaction with other C++
features that makes the C99 beha
rsmith created this revision.
rsmith added a reviewer: rjmccall.
Herald added a reviewer: jdoerfert.
Herald added a project: clang.
- Don't bother using a thread wrapper when the variable is known to have
constant initialization.
- Emit the thread wrapper as discardable-if-unused in TUs that don'
hfinkel added inline comments.
Comment at: clang/lib/Driver/ToolChains/Flang.cpp:73
+ } else {
+assert(Output.isNothing() && "Input output.");
+ }
Should this say "Invalid output"?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63607/new/
https://
tlively planned changes to this revision.
tlively added a comment.
I missed the fact that the narrows are supposed to be binary operations. Oops.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67425/new/
https://reviews.llvm.org/D67425
__
shafik added inline comments.
Comment at: clang/unittests/AST/ASTImporterODRStrategiesTest.cpp:118
+ template
+ constexpr T X;
+ )";
Note this is not well-formed b/c it is not initialized, [see
godbolt](https://godbolt.org/z/8xvFwh)
Repository:
shafik added inline comments.
Comment at: clang/unittests/AST/ASTImporterODRStrategiesTest.cpp:118
+ template
+ constexpr T X;
+ )";
shafik wrote:
> Note this is not well-formed b/c it is not initialized, [see
> godbolt](https://godbolt.org/z/8xv
shafik added inline comments.
Comment at: clang/unittests/AST/ASTImporterODRStrategiesTest.cpp:151
+};
+
+template
martong wrote:
> balazske wrote:
> > `FunctionTemplate` and `FunctionTemplateSpec` are missing?
> Yes, because `FunctionTemplates` overload with ea
101 - 110 of 110 matches
Mail list logo