June 30, 2016 LDC » Re: How to track down a bad llvm optimization pass | |||
|---|---|---|---|
| |||
undef is indeed "some kind of poison value", in that each use of it evaluates... | |||
June 30, 2016 LDC » Re: How to track down a bad llvm optimization pass | |||
|---|---|---|---|
| |||
I assumed that undef was some kind of poison value, but it looks like it... | |||
June 30, 2016 LDC » Re: How to track down a bad llvm optimization pass | |||
|---|---|---|---|
| |||
...expect a warning at all. I think "undef" is used e.g. by frontends (e... | |||
June 30, 2016 LDC » Re: How to track down a bad llvm optimization pass | |||
|---|---|---|---|
| |||
...1FZv() #1 comdat {
%1 = icmp eq i32 undef, 16
br i1 %1, label %assertPassed, label... | |||
June 27, 2016 Issues » [Issue 16212] New: Segfault using "with" for field access inside switch statement | |||
|---|---|---|---|
| |||
...entry=1, skip=skip@entry=0x0,
undef_map=undef_map@entry=0x7ffff7ffe1c8) at dl-lookup... | |||
June 16, 2016 LDC » How to track down a bad llvm optimization pass | |||
|---|---|---|---|
| |||
...4 = insertvalue { i32, i8* } { i32 1, i8* undef }, i8* %3, 1 ; [#uses = 1]
%5 = shl... | |||
April 07, 2016 General » Re: Any usable SIMD implementation? | |||
|---|---|---|---|
| |||
...backend architectures is to call def_or_undef_macro. This means we have to modify... | |||
January 04, 2016 Learn » Re: Help convert a C++ header to D | |||
|---|---|---|---|
| |||
...with (nothing) - Code like: #ifdef REAPERAPI_DEF #undef REAPERAPI_DEF #endif #ifdef REAPERAPI_IMPLEMENT #define... | |||
November 07, 2015 General » Generate wxD with dmc/dmd | |||
|---|---|---|---|
| |||
...CONFIG_ERROR # error "wxClipboard requires wxDataObject" # else # undef wxUSE_DATAOBJ # define wxUSE_DATAOBJ 1 # endif... | |||
August 16, 2015 DMD » [dmd-internals] [D-Programming-Language/dmd] 055801: Don't print empty line with semicolon for #undef | |||
|---|---|---|---|
| |||
...t print empty line with semicolon for #undef
Commit: 732eb16b58c2e1c9db8833cc35be27de8659ac12
https://github.com/D-Programming... | |||
Copyright © 1999-2021 by the D Language Foundation