[llvm] e7e3829 - [OCaml] Remove add_loop_unswitch use in test.
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 29 03:10:15 PDT 2022
Author: Florian Hahn
Date: 2022-04-29T11:09:51+01:00
New Revision: e7e3829b6703633d0cb3f476dee6c02a3698216d
URL: https://github.com/llvm/llvm-project/commit/e7e3829b6703633d0cb3f476dee6c02a3698216d
DIFF: https://github.com/llvm/llvm-project/commit/e7e3829b6703633d0cb3f476dee6c02a3698216d.diff
LOG: [OCaml] Remove add_loop_unswitch use in test.
Added:
Modified:
llvm/test/Bindings/OCaml/scalar_opts.ml
Removed:
################################################################################
diff --git a/llvm/test/Bindings/OCaml/scalar_opts.ml b/llvm/test/Bindings/OCaml/scalar_opts.ml
index b130fe1254614..31eca283ad19d 100644
--- a/llvm/test/Bindings/OCaml/scalar_opts.ml
+++ b/llvm/test/Bindings/OCaml/scalar_opts.ml
@@ -58,7 +58,6 @@ let test_transforms () =
++ add_loop_rotation
++ add_loop_reroll
++ add_loop_unroll
- ++ add_loop_unswitch
++ add_memcpy_opt
++ add_partially_inline_lib_calls
++ add_lower_switch
More information about the llvm-commits
mailing list