[PATCH] D153934: [SelectionDAG][TargetLowering]Add support for nuw/nsw on KnownBits::shl

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 29 02:48:44 PDT 2023


RKSimon added inline comments.


================
Comment at: llvm/test/CodeGen/RISCV/rv64i-demanded-bits.ll:197
+
+define i32 @test_shl_nuw__nsw_is_safe(i32 %x) {
+; CHECK-LABEL: test_shl_nuw__nsw_is_safe:
----------------
please can you precommit this test with current trunk codegen and then rebase this patch to show the diff


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D153934/new/

https://reviews.llvm.org/D153934



More information about the llvm-commits mailing list