-
| | |
| --- | --- |
| Bugzilla Link | [36243](https://llvm.org/bz36243) |
| Version | trunk |
| OS | All |
| Reporter | LLVM Bugzilla Contributor |
| CC | @davezarzycki,@hfinkel,@RKSimon,@nema…
-
| | |
| --- | --- |
| Bugzilla Link | [27901](https://llvm.org/bz27901) |
| Version | trunk |
| OS | Linux |
| Attachments | [testcase .ll](https://user-images.githubusercontent.com/4039407/14375359…
iains updated
7 months ago
-
```
int f(int *a) {
if (*a & 1234)
return 0;
return 1;
}
```
```
bash$ gcc -O2 -S 1.c -o -
.file "1.c"
.text
.p2align 4
.globl f
.type…
-
I have the following IR:
```llvm
target triple = "aarch64-darwin-macos"
@l_sjlj_buffer = global [40 x i8] zeroinitializer
; Function Attrs: nobuiltin nounwind
define void @l_panic(i8* nonnu…
-
The dialogue for importing files downloaded from NOAA NCEI (Note the Help refers to NOAA-NCDC, but the hourly and daily synoptic data archives are now accessed through NCEI) has at least two bugs. The…
-
This repo needs some more documentation. Some things I can think about are:
- How an ISD (camera model file) is created, and mention the occasional gotcha when it comes to loading kernels from .cu…
-
For the following EBU-TT-D file [untertitel-36573.xml](https://github.com/sandflow/imscJS/files/3496169/untertitel-36573.xml.txt) (please rename to .xml), the resulting ISD timecodes are in some cases…
-
LackeyBot currently holds a separate entry for each unique printing of the cards in its database, which was fine when the system was originally coded for a dozen sets, but is starting to be unwieldy w…
-
If I build and run the tests (`ninja check-clang check-llvm`) near head (`commit 259ce1199906554fba5c8d3b07b6ce14ee42d301`)
with Visual Studio 17.10.3 on a Windows ARM64 machine (using the arm64 nati…
-