[llvm] [DAG] SelectionDAG.computeKnownBits - add NSW/NUW flags support to ISD::SHL handling (PR #89877)

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Wed May 1 03:52:30 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
-}
+}
----------------
RKSimon wrote:

Still needs an extra empty line at the EOF

https://github.com/llvm/llvm-project/pull/89877


More information about the llvm-commits mailing list