[llvm] c9fa457 - [ConstraintElimination] Remove fixme addressed in 8e3e96298f5a20.
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 6 10:25:23 PDT 2022
Author: Florian Hahn
Date: 2022-10-06T18:24:50+01:00
New Revision: c9fa4579339d7a204072d318cff1e04fd4c9ee9c
URL: https://github.com/llvm/llvm-project/commit/c9fa4579339d7a204072d318cff1e04fd4c9ee9c
DIFF: https://github.com/llvm/llvm-project/commit/c9fa4579339d7a204072d318cff1e04fd4c9ee9c.diff
LOG: [ConstraintElimination] Remove fixme addressed in 8e3e96298f5a20.
Added:
Modified:
llvm/test/Transforms/ConstraintElimination/transfer-signed-facts-to-unsigned.ll
Removed:
################################################################################
diff --git a/llvm/test/Transforms/ConstraintElimination/transfer-signed-facts-to-unsigned.ll b/llvm/test/Transforms/ConstraintElimination/transfer-signed-facts-to-unsigned.ll
index 0a5cca92977d..a12a40cab23d 100644
--- a/llvm/test/Transforms/ConstraintElimination/transfer-signed-facts-to-unsigned.ll
+++ b/llvm/test/Transforms/ConstraintElimination/transfer-signed-facts-to-unsigned.ll
@@ -40,7 +40,6 @@ else:
ret i1 0
}
-; FIXME: currently adding extra facts is dependent on the visitation order of facts.
define i1 @len_known_positive_via_idx_2(i8 %len, i8 %idx) {
; CHECK-LABEL: @len_known_positive_via_idx_2(
; CHECK-NEXT: entry:
More information about the llvm-commits
mailing list