-
### DB Selector
DB3K
### Affected DBID(s)
Ship 1566, 653, 83, 1746, 1567, 84, 538, 1747
### Summary of Changes
For all Hatsuyuki/Yamayuki class,
Number of Sea Sparrow (RIM-7J/M) in Mag…
-
| | |
| --- | --- |
| Bugzilla Link | [7279](https://llvm.org/bz7279) |
| Version | trunk |
| OS | Windows NT |
| Reporter | LLVM Bugzilla Contributor |
| CC | @asl,@lattner,@sunfishcode |
…
-
Noticed while looking at https://reviews.llvm.org/D139130 (that handles some cases with special constants):
We don't have simplifications (always true or always false) for floating-point compare patt…
-
The following is the list of instructions which we currently disassemble and lift (Fully or Partially). If you have any instructions which differ from this table, there is likely a bug or a documentat…
-
Hi, @charlestolley
I don't know how to formulate the problem more correctly, because I haven't found an explanation for it. Maybe you know what it is about or can help me to understand it.
We ha…
-
Here's an example of `rustc`'s output for a conditional division: .
The LLVM-IR that I get locally is
```llvm
; Function Attrs: mustprogress nofree norecurse nosync nounwind nonlazybind readnone …
ghost updated
2 years ago
-
| | |
| --- | --- |
| Bugzilla Link | [33013](https://llvm.org/bz33013) |
| Version | trunk |
| OS | All |
| CC | @RKSimon,@michaeljclark,@TNorthover,@ZviRackover |
## Extended Description
The def…
-
We developed few webservices which are running with Jersey API v2.19, in normal case application is working fine as expected. But when we started a Load Test we are seeing Few Struck Threads issues in…
-
**[ ID ]** 53d9b462-0d98-4b50-a2fd-b1317db498c4
**[ Submitter's Name ]** Brian Bot
**[ Submitter's Affiliated Organisation ]** Sage Bionetworks
**[ Submitter's Twitter ]** @BrianMBot
**[ Space ]** s…
-
Hi,
I noticed a strange behavior of the compiler when using intermediate value.
It doesn't generate the same code when using a structuredbuffer directly or through a variable.
Here is an example:…