mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: llvm-9: Standardize patch level.
Having a non-standard (different than 1) patch level requirement means the patches cannot be composed easily from different origins. The following command was used to remove one level from the llvm-9 patches: sed -e 's|^--- a/|--- |' -e 's|^+++ b/|+++ |' \ gnu/packages/patches/llvm-9* -i * gnu/packages/llvm.scm (llvm-9)[source]: Drop the patch-flags field. Re-indent list of patches. * gnu/packages/patches/llvm-9-fix-bitcast-miscompilation.patch: Strip one level. * gnu/packages/patches/llvm-9-fix-lpad-miscompilation.patch: Likewise. * gnu/packages/patches/llvm-9-fix-scev-miscompilation.patch: Likewise.
This commit is contained in:
parent
199ebb1298
commit
9e4c24ef90
4 changed files with 21 additions and 22 deletions
|
@ -15,8 +15,8 @@ PR45261
|
|||
|
||||
diff --git a/llvm/lib/CodeGen/SelectionDAG/FastISel.cpp b/llvm/lib/CodeGen/SelectionDAG/FastISel.cpp
|
||||
index 5ac3606dc662..2638b1e8a05c 100644
|
||||
--- a/llvm/lib/CodeGen/SelectionDAG/FastISel.cpp
|
||||
+++ b/llvm/lib/CodeGen/SelectionDAG/FastISel.cpp
|
||||
--- llvm/lib/CodeGen/SelectionDAG/FastISel.cpp
|
||||
+++ llvm/lib/CodeGen/SelectionDAG/FastISel.cpp
|
||||
@@ -225,6 +225,21 @@ static bool isRegUsedByPhiNodes(unsigned DefReg,
|
||||
return false;
|
||||
}
|
||||
|
@ -50,8 +50,8 @@ index 5ac3606dc662..2638b1e8a05c 100644
|
|||
}
|
||||
diff --git a/llvm/test/CodeGen/X86/sink-local-value.ll b/llvm/test/CodeGen/X86/sink-local-value.ll
|
||||
index b0e511ac1189..f7d861ac9b6c 100644
|
||||
--- a/llvm/test/CodeGen/X86/sink-local-value.ll
|
||||
+++ b/llvm/test/CodeGen/X86/sink-local-value.ll
|
||||
--- llvm/test/CodeGen/X86/sink-local-value.ll
|
||||
+++ llvm/test/CodeGen/X86/sink-local-value.ll
|
||||
@@ -145,6 +145,42 @@ try.cont: ; preds = %entry, %lpad
|
||||
; CHECK: retl
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue