[llvm] [LV][NFC] Remove undef values in some test cases (PR #164401)
David Sherwood via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 31 05:02:23 PDT 2025
================
@@ -340,7 +325,7 @@ for.cond.cleanup28:
for.body29:
%i24.0170 = phi i16 [ 0, %entry], [ %inc37, %for.body29]
- %add33 = add i16 undef, %i24.0170
+ %add33 = add i16 3, %i24.0170
----------------
david-arm wrote:
Argh, I should have spotted this - it's the same as your other comment for the function below. :face_palm
https://github.com/llvm/llvm-project/pull/164401
More information about the llvm-commits
mailing list