This patch fix bug: https://bugs.llvm.org/show_bug.cgi?id=47990
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Time | Test | |
---|---|---|
490 ms | linux > HWAddressSanitizer-x86_64.TestCases::sizes.cpp |
Event Timeline
llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp | ||
---|---|---|
3772 | This assert doesn't do anything. The string is a non-null const char* so the assert will aways pass. |
llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp | ||
---|---|---|
3772 | Thanks Craig. |
Comment Actions
Gently ping.
Although Melanie had a fix D90316 for the initial problem, I think this patch still has value for target during strict FP enabling.
This assert doesn't do anything. The string is a non-null const char* so the assert will aways pass.