[llvm-bugs] [Bug 34858] clang-cl crash with constexpr ctor

2017-11-19 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=34858 Nicolas Lesser changed: What|Removed |Added CC||blitzrak...@gmail.com Resolution|---

[llvm-bugs] [Bug 35162] [inline asm] Add -print-schedule scheduling comments to inline asm

2017-11-19 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=35162 Simon Pilgrim changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[llvm-bugs] [Bug 32325] [META][X86] Improve implementation and use of X86 scheduler models

2017-11-19 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=32325 Bug 32325 depends on bug 35162, which changed state. Bug 35162 Summary: [inline asm] Add -print-schedule scheduling comments to inline asm https://bugs.llvm.org/show_bug.cgi?id=35162 What|Removed |Added --

[llvm-bugs] [Bug 32559] [X86] sqrtf called with -fmath-errno and -fno-builtin-sqrtf results in 2 calls to sqrtf

2017-11-19 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=32559 Sanjay Patel changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[llvm-bugs] [Bug 35357] New: clang crashes on valid code at -O1 and above: Assertion `I != ValueState.end() && "V not found in ValueState nor Paramstate map!"' failed

2017-11-19 Thread via llvm-bugs
https://bugs.llvm.org/show_bug.cgi?id=35357 Bug ID: 35357 Summary: clang crashes on valid code at -O1 and above: Assertion `I != ValueState.end() && "V not found in ValueState nor Paramstate map!"' failed Product: clang