[PATCH] D118126: Correct instcombine of fcmp+select.

Christian Sigg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 13 08:20:00 PDT 2022


csigg updated this revision to Diff 459756.
csigg added a comment.
Herald added subscribers: bzcheeseman, sdasgup3, wenzhicui, wrengr, cota, teijeong, rdzhabarov, tatianashp, msifontes, jurahul, Kayjukh, grosul1, Joonsoo, stephenneuendorffer, liufengdb, aartbik, mgester, arpith-jacob, nicolasvasilache, antiagainst, shauheen, rriddle, mehdi_amini.
Herald added projects: MLIR, All.

Rebase.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D118126/new/

https://reviews.llvm.org/D118126

Files:
  mlir/test/lit.cfg.py


Index: mlir/test/lit.cfg.py
===================================================================
--- mlir/test/lit.cfg.py
+++ mlir/test/lit.cfg.py
@@ -82,12 +82,6 @@
     ToolSubst('toy-ch5', unresolved='ignore'),
     ToolSubst('%mlir_lib_dir', config.mlir_lib_dir, unresolved='ignore'),
     ToolSubst('%mlir_src_dir', config.mlir_src_root, unresolved='ignore'),
-    # The substitutions below will be replaced by '%mlir_lib_dir' shortly.
-    ToolSubst('%linalg_test_lib_dir', config.mlir_lib_dir, unresolved='ignore'),
-    ToolSubst('%mlir_runner_utils_dir', config.mlir_lib_dir, unresolved='ignore'),
-    ToolSubst('%spirv_wrapper_library_dir', config.mlir_lib_dir, unresolved='ignore'),
-    ToolSubst('%vulkan_wrapper_library_dir', config.mlir_lib_dir, unresolved='ignore'),
-    ToolSubst('%mlir_integration_test_dir', config.mlir_lib_dir, unresolved='ignore'),
 ])
 
 python_executable = config.python_executable


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D118126.459756.patch
Type: text/x-patch
Size: 923 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220913/74ffd580/attachment.bin>


More information about the llvm-commits mailing list