[llvm] [DAG] SelectionDAG.computeKnownBits - add NSW/NUW flags support to ISD::SHL handling (PR #89877)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 29 23:13:50 PDT 2024
================
@@ -1668,4 +1668,4 @@ define float @fdiv_pow_shl_cnt32_okay(i32 %cnt) nounwind {
%conv = uitofp i32 %shl to float
%mul = fdiv float 0x3a20000000000000, %conv
ret float %mul
-}
+}
----------------
zxc12523 wrote:
fixed
https://github.com/llvm/llvm-project/pull/89877
More information about the llvm-commits
mailing list