[llvm] [SelectionDAG] Let ComputeKnownSignBits handle (shl (ext X), C) (PR #97695)

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 5 03:21:05 PDT 2024


================
@@ -0,0 +1,158 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
+; RUN: llc < %s -mtriple=x86_64-linux | FileCheck %s --check-prefix=X64
----------------
RKSimon wrote:

(pedantic) rename to `known-signtbits-shl.ll` to

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


More information about the llvm-commits mailing list