[llvm] [llubi] Upstream existing floating-point intrinsics (PR #196034)
via llvm-commits
llvm-commits at lists.llvm.org
Wed May 6 02:47:26 PDT 2026
github-actions[bot] wrote:
<!--LLVM CODE FORMAT COMMENT: {clang-format}-->
:warning: C/C++ code formatter, clang-format found issues in your code. :warning:
<details>
<summary>
You can test this locally with the following command:
</summary>
``````````bash
git-clang-format --diff origin/main HEAD --extensions cpp,h -- llvm/tools/llubi/lib/Context.h llvm/tools/llubi/lib/Interpreter.cpp llvm/tools/llubi/llubi.cpp --diff_from_common_commit
``````````
:warning:
The reproduction instructions above might return results for more than one PR
in a stack if you are using a stacked PR workflow. You can limit the results by
changing `origin/main` to the base branch/commit you want to compare against.
:warning:
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/llvm/tools/llubi/llubi.cpp b/llvm/tools/llubi/llubi.cpp
index d92e4de69..673eb0d26 100644
--- a/llvm/tools/llubi/llubi.cpp
+++ b/llvm/tools/llubi/llubi.cpp
@@ -86,8 +86,8 @@ static cl::opt<bool>
static cl::opt<bool>
FuseMultiplyAdd("fuse-multiply-add",
- cl::desc("Fuse floating-point multiply add operation"),
- cl::init(false), cl::cat(InterpreterCategory));
+ cl::desc("Fuse floating-point multiply add operation"),
+ cl::init(false), cl::cat(InterpreterCategory));
cl::opt<ubi::UndefValueBehavior> UndefBehavior(
"", cl::desc("Choose undef value behavior:"),
``````````
</details>
https://github.com/llvm/llvm-project/pull/196034
More information about the llvm-commits
mailing list