smeenai added a comment.
Sorry, had a leftover draft which I forgot to clean up. Edited in Phabricator
now.
Repository:
rC Clang
https://reviews.llvm.org/D52674
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bi
vsapsai added inline comments.
Comment at: clang/lib/Lex/ModuleMap.cpp:1198-1203
+// If the header in the module map refers to a symlink, Header.Entry
+// refers to the actual file. The callback should be notified of both.
+if (!FullPathAsWritten.empty() &&
+!
tlively updated this revision to Diff 173119.
tlively added a comment.
- Use automatic expansion instead of patterns
Repository:
rL LLVM
https://reviews.llvm.org/D53675
Files:
lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
test/CodeGen/WebAssembly/simd-select.ll
test/CodeGen/WebAss
tlively added a comment.
In https://reviews.llvm.org/D53675#1290660, @aheejin wrote:
> I tried to add `ISD::SELECT` in the expansion list, like
>
> for (auto Op : {ISD::VSELECT, ISD::SELECT_CC, ISD::SELECT}) {
> ...
> }
>
>
> And the code generation apparently works for current test `s
tlively updated this revision to Diff 173120.
tlively added a comment.
- Update comment
Repository:
rL LLVM
https://reviews.llvm.org/D53675
Files:
lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
test/CodeGen/WebAssembly/simd-select.ll
test/CodeGen/WebAssembly/simd-vselect.ll
Index:
rjmccall added a comment.
In https://reviews.llvm.org/D53153#1289380, @scott.linder wrote:
> I don't believe that is currently the case (the unrestricted linking of OCL
> code to OCL code via a dynamic linker), but we do have the notion of a static
> link step, followed by dynamic linking at ru
sylvestre.ledru added a comment.
Can be done in a new commit but I think this should be mentioned in the clang
release notes.
Repository:
rC Clang
https://reviews.llvm.org/D52034
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lis
101 - 107 of 107 matches
Mail list logo