This fixes https://bugs.llvm.org/show_bug.cgi?id=45096
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Confirmed that the patch fixes valgrind clang -cc1 -S -std=c++17 -o native-stack.s native-stack.ii for a -O0 -g Debug build.
-DCMAKE_BUILD_TYPE=Release -DLLVM_ENABLE_ASSERTIONS=on does not have the Conditional jump or move depends on uninitialised value issue.