[llvm] [InstSimplify] Remove most of undef handling logic (PR #119884)
Yingwei Zheng via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 17 01:31:14 PST 2024
================
@@ -826,81 +826,43 @@ define <2 x i8> @rotr_zero_shift_guard_splat(<2 x i8> %x, <2 x i8> %sh) {
ret <2 x i8> %s
}
-; If first two operands of funnel shift are undef, the result is undef
----------------
dtcxzyw wrote:
Poison value handling has been tested by the following tests `fshl_ops_poisonXXX`. Should we keep these undef tests even if we finally remove `undef`?
https://github.com/llvm/llvm-project/pull/119884
More information about the llvm-commits
mailing list