[llvm] [AArch64] Add AArch64PassRegistry.def (PR #85215)

via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 18 02:45:27 PDT 2024


paperchalice wrote:

ICE occurs when msvc compiling the following code:
```c++
int main() {
    constexpr bool b = std::size({"",}) > 1;
}
```
Looks like it's been fixed in msvc v19.30.

https://github.com/llvm/llvm-project/pull/85215


More information about the llvm-commits mailing list