[llvm] [InstSimplify] Remove most of undef handling logic (PR #119884)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 17 00:52:00 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
----------------
nikic wrote:

Shouldn't we still keep the test coverage?

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


More information about the llvm-commits mailing list