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
|
@ -36,8 +36,8 @@ Differential Revision: https://reviews.llvm.org/D70844
|
|||
|
||||
diff --git a/llvm/lib/Transforms/InstCombine/InstCombineCasts.cpp b/llvm/lib/Transforms/InstCombine/InstCombineCasts.cpp
|
||||
index 2c9ba203fbf3..0af3de300e77 100644
|
||||
--- a/llvm/lib/Transforms/InstCombine/InstCombineCasts.cpp
|
||||
+++ b/llvm/lib/Transforms/InstCombine/InstCombineCasts.cpp
|
||||
--- llvm/lib/Transforms/InstCombine/InstCombineCasts.cpp
|
||||
+++ llvm/lib/Transforms/InstCombine/InstCombineCasts.cpp
|
||||
@@ -18,6 +18,7 @@
|
||||
#include "llvm/IR/DIBuilder.h"
|
||||
#include "llvm/IR/PatternMatch.h"
|
||||
|
@ -158,8 +158,8 @@ index 2c9ba203fbf3..0af3de300e77 100644
|
|||
|
||||
diff --git a/llvm/test/Transforms/InstCombine/cast.ll b/llvm/test/Transforms/InstCombine/cast.ll
|
||||
index b6d1eda0601d..3ce8de033422 100644
|
||||
--- a/llvm/test/Transforms/InstCombine/cast.ll
|
||||
+++ b/llvm/test/Transforms/InstCombine/cast.ll
|
||||
--- llvm/test/Transforms/InstCombine/cast.ll
|
||||
+++ llvm/test/Transforms/InstCombine/cast.ll
|
||||
@@ -824,7 +824,7 @@ define i64 @test59(i8 %A, i8 %B) {
|
||||
|
||||
define <3 x i32> @test60(<4 x i32> %call4) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue