[llvm] [AMDGPU] Improved Lowering of abs(i8/i16) and -abs(i8/i16) (PR #165626)
Patrick Simmons via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 6 08:24:25 PST 2025
================
@@ -42,6 +42,7 @@
#include "llvm/IR/IntrinsicsR600.h"
#include "llvm/IR/MDBuilder.h"
#include "llvm/Support/CommandLine.h"
+#include "llvm/Support/Compiler.h"
----------------
linuxrocks123 wrote:
I removed it. Note that clang-format or clang-tidy or whatever added it, not me.
https://github.com/llvm/llvm-project/pull/165626
More information about the llvm-commits
mailing list