[all-commits] [llvm/llvm-project] 364a5b: Fix a bug in implementation of Smith's algorithm u...
Zahira Ammarguellat via All-commits
all-commits at lists.llvm.org
Mon Jan 22 12:50:36 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 364a5b5b850a4f3e564da4bde080567a5d1e14d2
https://github.com/llvm/llvm-project/commit/364a5b5b850a4f3e564da4bde080567a5d1e14d2
Author: Zahira Ammarguellat <zahira.ammarguellat at intel.com>
Date: 2024-01-22 (Mon, 22 Jan 2024)
Changed paths:
M clang/include/clang/Basic/LangOptions.def
M clang/include/clang/Basic/LangOptions.h
M clang/lib/CodeGen/CGExprComplex.cpp
M clang/lib/Driver/ToolChains/Clang.cpp
M clang/test/CodeGen/cx-complex-range.c
A clang/test/CodeGen/smiths-complex-div.c
M clang/test/Driver/range.c
Log Message:
-----------
Fix a bug in implementation of Smith's algorithm used in complex div. (#78330)
This patch fixes a bug in Smith's algorithm (thanks to @andykaylor who
detected it) and makes sure that last option in command line rules.
More information about the All-commits
mailing list