[llvm] [NFC][LoopVectorize] Add more simple early exit tests (PR #112529)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 16 20:17:08 PDT 2024


================
@@ -918,6 +917,189 @@ loop.end:
 }
 
 
+define i64 @multiple_exiting_one_early_same_exit_phi_of_consts() {
----------------
fhahn wrote:

This file is getting a bit big , perhaps worth splitting it up into multiple files if possible?

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


More information about the llvm-commits mailing list