[llvm] [LV] Add initial support for partial alias masking (PR #177599)
Benjamin Maxwell via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 16 09:10:22 PST 2026
================
@@ -0,0 +1,290 @@
+; REQUIRES: asserts
----------------
MacDue wrote:
I've moved these tests into the new `VPlan` folders. I don't think the update script can handle these tests yet, as they check the initial and final VPlan, using the scripts add many unwanted check lines that need to be removed.
https://github.com/llvm/llvm-project/pull/177599
More information about the llvm-commits
mailing list