[llvm] [SimplifyCFG] Fix LIT failure introduced in 3d494bfc7. (PR #100049)

Tianqing Wang via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 22 18:48:58 PDT 2024


https://github.com/tianqingw created https://github.com/llvm/llvm-project/pull/100049

None

>From 8b75ee1fc4d9b403e0f96dae32cd48f685981cdc Mon Sep 17 00:00:00 2001
From: Tianqing Wang <tianqing.wang at intel.com>
Date: Tue, 23 Jul 2024 09:39:15 +0800
Subject: [PATCH] [SimplifyCFG] Fix LIT failure introduced in 3d494bfc7.

---
 .../SimplifyCFG/{ => X86}/two-entry-phi-fold-unpredictable.ll     | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename llvm/test/Transforms/SimplifyCFG/{ => X86}/two-entry-phi-fold-unpredictable.ll (100%)

diff --git a/llvm/test/Transforms/SimplifyCFG/two-entry-phi-fold-unpredictable.ll b/llvm/test/Transforms/SimplifyCFG/X86/two-entry-phi-fold-unpredictable.ll
similarity index 100%
rename from llvm/test/Transforms/SimplifyCFG/two-entry-phi-fold-unpredictable.ll
rename to llvm/test/Transforms/SimplifyCFG/X86/two-entry-phi-fold-unpredictable.ll



More information about the llvm-commits mailing list