- Nov 10, 2020
-
-
Fangrui Song authored
Reviewed By: tmsriram Differential Revision: https://reviews.llvm.org/D90815
-
Simon Pilgrim authored
-
Simon Pilgrim authored
-
Simon Pilgrim authored
Just use default CHECK
-
António Afonso authored
This reverts commit df30bc01.
-
Nicolas Vasilache authored
This revision adds support for bufferization by using a mix of `tensor_load`, `subview`, `linalg.copy` and `tensor_to_memref`.
-
Jonas Devlieghere authored
During active replay, the ::Initialize call is replayed like any other SB API call and the return value is ignored. Since we can't intercept this, we terminate here before the uninitialized debugger inevitably crashes. Differential revision: https://reviews.llvm.org/D90987
-
Atmn Patel authored
D86841 had an error where for statements with no conditional were required to make progress. This is not true, this patch removes that line, and adds regression tests. Differential Revision: https://reviews.llvm.org/D91075
-
Mircea Trofin authored
Differential Revision: https://reviews.llvm.org/D90795
-
jasonliu authored
Implement mechanism to allow explicit sections to be generated on AIX. Reviewed By: DiggerLin Differential Revision: https://reviews.llvm.org/D88615
-
António Afonso authored
This is a similar patch to https://reviews.llvm.org/D87172. Greg said we should also do it for functions. Reviewed By: clayborg, labath Differential Revision: https://reviews.llvm.org/D87173
-
António Afonso authored
I found a few cases where entries in the debug_line for a specific line of code have invalid entries (the address is outside of a code section or no section at all) and also valid entries. When this happens lldb might not set the breakpoint because the first line entry it will find in the line table might be the invalid one and since it's range is "invalid" no location is resolved. To get around this I changed the way we parse the line sequences to ignore those starting at an address under the first code segment. Greg suggested to implement it this way so we don't need to check all sections for every line sequence. Reviewed By: clayborg Differential Revision: https://reviews.llvm.org/D87172
-
Stanislav Mekhanoshin authored
Differential Revision: https://reviews.llvm.org/D90979
-
- Nov 09, 2020
-
-
Paul C. Anagnostopoulos authored
Add a test. Update the Programmer's Reference. Use it in some TableGen files. Differential Revision: https://reviews.llvm.org/D91008
-
David Zarzycki authored
This was requested during the code review of D89952.
-
Sebastian Neubauer authored
Add a calling convention called amdgpu_gfx for real function calls within graphics shaders. For the moment, this uses the same calling convention as other calls in amdgpu, with registers excluded for return address, stack pointer and stack buffer descriptor. Differential Revision: https://reviews.llvm.org/D88540
-
Tyker authored
this simplifies using annotation attributes when using clang as library
-
David Zarzycki authored
This to help review the impact of https://reviews.llvm.org/D89952 which allows targets to fine tune what SelectionDAG does when vector CTPOP is not legal.
-
Momchil Velikov authored
This patch make the outliner emit CFI instructions in a few more places: * after LR is restored, but before the return in an outlined function * around save/restore of LR to/from a register at calls to outlined functions * around save/restore of LR to/from the stack at calls to outlined functions The latter two only when the function does NOT spill LR. If the function spills LR, then outliner generated saves/restores around calls are not considered interesting for unwinding the frame. Differential Revision: https://reviews.llvm.org/D89483
-
Simon Pilgrim authored
-
Simon Pilgrim authored
We try to use X32 for gnux32 triple tests
-
Sam Tebbs authored
There were cases where a VCMP and a VPST were merged even if the VCMP didn't have the same defs of its operands as the VPST. This is fixed by adding RDA checks for the defs. This however gave rise to cases where the new VPST created would precede the un-merged VCMP and so would fail a predicate mask assertion since the VCMP wasn't predicated. This was solved by converting the VCMP to a VPT instead of inserting the new VPST. Differential Revision: https://reviews.llvm.org/D90461
-
Tres Popp authored
The legalization did not forward the listener which prevents dynamic legalization and prevents rollbacks. This handled that and then changed the associated pass to support all other std ops to support partial conversion. Previously, this lowering was failing, but due to the initial bug, the op's modifications were not reverted, and thus the pattern matching succeeded. Differential Revision: https://reviews.llvm.org/D91079
-
Sjoerd Meijer authored
Introduce struct FlattenInfo to group some of the bookkeeping. Besides this being a bit of a clean-up, it is a prep step for next additions (D90640). I could take things a bit further, but thought this was a good first step also not to make this change too large. Differential Revision: https://reviews.llvm.org/D90408
-
LLVM GN Syncbot authored
-
Krasimir Georgiev authored
In C++ with -Werror=comment, multiline comments are not allowed. clang-format could accidentally introduce multiline comments when reflowing. This adapts clang-format to not introduce multiline comments by not allowing a break after `\`. Note that this does not apply to comment lines that already are multiline comments, such as comments in macros. Reviewed By: sammccall Differential Revision: https://reviews.llvm.org/D90949
-
Frank Derry Wanye authored
The altera kernel name restriction check finds kernel files and include directives whose filename is "kernel.cl", "Verilog.cl", or "VHDL.cl". Such kernel file names cause the Altera Offline Compiler to generate intermediate design files that have the same names as certain internal files, which leads to a compilation error. As per the "Guidelines for Naming the Kernel" section in the "Intel FPGA SDK for OpenCL Pro Edition: Programming Guide." This reverts the reversion from 43a38a65.
-
Alex Zinenko authored
Enumerating elements in these classes is necessary to enable custom operand accessors for variadic operands. Depends On D90919 Reviewed By: stellaraccident Differential Revision: https://reviews.llvm.org/D90923
-
Florian Hahn authored
For loads, print the result value.
-
Florian Hahn authored
Move logic to check if the recipe is a store to a helper for easier reuse.
-
Alex Zinenko authored
Operations in a MLIR have a dictionary of attributes attached. Expose those to Python bindings through a pseudo-container that can be indexed either by attribute name, producing a PyAttribute, or by a contiguous index for enumeration purposes, producing a PyNamedAttribute. Depends On D90917 Reviewed By: stellaraccident Differential Revision: https://reviews.llvm.org/D90919
-
Evgeny Leviant authored
-
Jay Foad authored
This has been unused since D24738.
-
Florian Hahn authored
This patch turns VPWidenCall into a VPValue and uses it during VPlan construction and codegeneration instead of the plain IR reference where possible. Reviewed By: dmgreen Differential Revision: https://reviews.llvm.org/D84681
-
Nathan James authored
Forgot to remove it on push, just there to help debugging
-
Dmitry Preobrazhensky authored
See bug 47519: https://bugs.llvm.org/show_bug.cgi?id=47519 Reviewers: arsenm, rampitec Differential Revision: https://reviews.llvm.org/D90925
-
David Green authored
When we fold a VCMP into a VPST instruction any kill flags between the old VCMP position and the new insertion point need to be removed, in order to keep the verifier happy. Differential Revision: https://reviews.llvm.org/D90964
-
Lucas Prates authored
Add support for the Neoverse V1 CPU to the ARM and AArch64 backends. This is based on patches from Mark Murray and Victor Campos. Reviewed By: dmgreen Differential Revision: https://reviews.llvm.org/D90765
-
Simon Pilgrim authored
Just use default CHECK
-
Simon Pilgrim authored
Just use default CHECK and remove duplicate RUN
-