rust-gpu/tests/ui/lang
Markus Siglreithmaier acda7716db
asm: add support for noreturn option (#717)
* asm: add support for noreturn option

OpUnreachable will be appended as terminator at the end of the asm block.

* asm: implicit label after return or abort terminator

* rework handling

* fix tests and add few comments

* fix tests
2021-08-13 08:50:44 +02:00
..
asm asm: add support for noreturn option (#717) 2021-08-13 08:50:44 +02:00
consts Always emit json metadata, and emit entry point names (#622) 2021-05-24 09:45:58 +02:00
control_flow Added a transformation that gets rid of temporary composites. (#690) 2021-08-06 10:52:56 +02:00
core Add test accounting for https://github.com/rust-lang/rust/pull/87723. 2021-08-10 10:55:39 +03:00
f32 Implement some float packing/unpacking instructions (#709) 2021-08-10 13:54:44 +02:00
panic Add #[track_caller] test. 2021-08-10 12:43:15 +03:00