[llvm] [X86] Remove redundant TEST after shifts when count is non-zero (PR #169069)

via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 24 13:48:24 PST 2025


================
@@ -996,6 +996,9 @@ namespace llvm {
     CLOAD,
     CSTORE,
     LAST_MEMORY_OPCODE = CSTORE,
+    SHL,
+    SRL,
+    SRA,
----------------
GrumpyPigSkin wrote:

Moved :)

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


More information about the llvm-commits mailing list