[llvm] [InstCombine] Fold converted urem to 0 if there's no overlapping bits (PR #71528)
Yingwei Zheng via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 7 05:14:55 PST 2023
================
@@ -0,0 +1,52 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 2
+; RUN: opt -mtriple unknown -passes=instcombine -S < %s | FileCheck %s
----------------
dtcxzyw wrote:
Drop `-mtriple unknown`.
https://github.com/llvm/llvm-project/pull/71528
More information about the llvm-commits
mailing list