[clang] [llvm] Match bitsin(typeof(x)) - popcnt(x) to s_bcnt0_i32 on AMDGPU (PR #164847)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 23 13:20:06 PDT 2025
================
@@ -93,6 +95,13 @@ static cl::opt<bool> DisableFDivExpand(
cl::ReallyHidden,
cl::init(false));
+// Disable processing of fdiv so we can better test the backend implementations.
----------------
LU-JOHN wrote:
Is this option necessary?
https://github.com/llvm/llvm-project/pull/164847
More information about the llvm-commits
mailing list