[llvm] a74c570 - Fix some test files with executable permissions
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 2 14:12:10 PST 2022
Author: Matt Arsenault
Date: 2022-12-02T17:12:03-05:00
New Revision: a74c5707be279bdddb51fe49aa9383c1ddc99fbe
URL: https://github.com/llvm/llvm-project/commit/a74c5707be279bdddb51fe49aa9383c1ddc99fbe
DIFF: https://github.com/llvm/llvm-project/commit/a74c5707be279bdddb51fe49aa9383c1ddc99fbe.diff
LOG: Fix some test files with executable permissions
Added:
Modified:
llvm/test/Analysis/CostModel/X86/strided-load-i16.ll
llvm/test/Analysis/CostModel/X86/strided-load-i32.ll
llvm/test/Analysis/CostModel/X86/strided-load-i64.ll
llvm/test/Analysis/CostModel/X86/strided-load-i8.ll
llvm/test/Analysis/ValueTracking/non-negative-phi-bits.ll
llvm/test/Bitcode/DISubprogram-v5.ll.bc
llvm/test/CodeGen/AArch64/dag-ReplaceAllUsesOfValuesWith.ll
llvm/test/CodeGen/AArch64/shrink-wrap.ll
llvm/test/CodeGen/X86/avx512-mask-zext-bugfix.ll
llvm/test/CodeGen/X86/evex-to-vex-compress.mir
llvm/test/CodeGen/X86/pr47000.ll
llvm/test/CodeGen/X86/vecloadextract.ll
llvm/test/DebugInfo/COFF/numeric-leaves.ll
llvm/test/DebugInfo/X86/debug-info-template-parameter.ll
llvm/test/LTO/X86/libcall-overridden-via-alias.ll
llvm/test/MC/COFF/lset0.s
llvm/test/MC/X86/MMX-32.s
llvm/test/MC/X86/X87-32.s
llvm/test/MC/X86/X87-64.s
llvm/test/Other/Inputs/block-info-only.bc
llvm/test/Other/Inputs/no-block-info.bc
llvm/test/Transforms/ConstantHoisting/AArch64/consthoist-unreachable.ll
llvm/test/Transforms/Inline/inlined-loop-metadata-inseltpoison.ll
llvm/test/Transforms/Inline/inlined-loop-metadata.ll
llvm/test/Transforms/LoopRotate/catchret.ll
llvm/test/Transforms/LoopSimplify/do-preheader-dbg-inseltpoison.ll
llvm/test/Transforms/LoopSimplify/do-preheader-dbg.ll
llvm/test/Transforms/LoopSimplify/for-preheader-dbg.ll
llvm/test/Transforms/LoopVectorize/X86/scatter_crash.ll
llvm/test/Transforms/LoopVectorize/fix-reduction-dbg.ll
llvm/test/Transforms/LoopVectorize/pr38800.ll
llvm/test/Transforms/PGOProfile/Inputs/maxcountzero.proftext
llvm/test/Transforms/PGOProfile/maxcountzero.ll
llvm/test/Transforms/RewriteStatepointsForGC/vector-nonlive-clobber.ll
llvm/test/tools/llvm-split/scc-const-alias.ll
Removed:
################################################################################
diff --git a/llvm/test/Analysis/CostModel/X86/strided-load-i16.ll b/llvm/test/Analysis/CostModel/X86/strided-load-i16.ll
old mode 100755
new mode 100644
diff --git a/llvm/test/Analysis/CostModel/X86/strided-load-i32.ll b/llvm/test/Analysis/CostModel/X86/strided-load-i32.ll
old mode 100755
new mode 100644
diff --git a/llvm/test/Analysis/CostModel/X86/strided-load-i64.ll b/llvm/test/Analysis/CostModel/X86/strided-load-i64.ll
old mode 100755
new mode 100644
diff --git a/llvm/test/Analysis/CostModel/X86/strided-load-i8.ll b/llvm/test/Analysis/CostModel/X86/strided-load-i8.ll
old mode 100755
new mode 100644
diff --git a/llvm/test/Analysis/ValueTracking/non-negative-phi-bits.ll b/llvm/test/Analysis/ValueTracking/non-negative-phi-bits.ll
old mode 100755
new mode 100644
diff --git a/llvm/test/Bitcode/DISubprogram-v5.ll.bc b/llvm/test/Bitcode/DISubprogram-v5.ll.bc
old mode 100755
new mode 100644
diff --git a/llvm/test/CodeGen/AArch64/dag-ReplaceAllUsesOfValuesWith.ll b/llvm/test/CodeGen/AArch64/dag-ReplaceAllUsesOfValuesWith.ll
old mode 100755
new mode 100644
diff --git a/llvm/test/CodeGen/AArch64/shrink-wrap.ll b/llvm/test/CodeGen/AArch64/shrink-wrap.ll
old mode 100755
new mode 100644
diff --git a/llvm/test/CodeGen/X86/avx512-mask-zext-bugfix.ll b/llvm/test/CodeGen/X86/avx512-mask-zext-bugfix.ll
old mode 100755
new mode 100644
diff --git a/llvm/test/CodeGen/X86/evex-to-vex-compress.mir b/llvm/test/CodeGen/X86/evex-to-vex-compress.mir
old mode 100755
new mode 100644
diff --git a/llvm/test/CodeGen/X86/pr47000.ll b/llvm/test/CodeGen/X86/pr47000.ll
old mode 100755
new mode 100644
diff --git a/llvm/test/CodeGen/X86/vecloadextract.ll b/llvm/test/CodeGen/X86/vecloadextract.ll
old mode 100755
new mode 100644
diff --git a/llvm/test/DebugInfo/COFF/numeric-leaves.ll b/llvm/test/DebugInfo/COFF/numeric-leaves.ll
old mode 100755
new mode 100644
diff --git a/llvm/test/DebugInfo/X86/debug-info-template-parameter.ll b/llvm/test/DebugInfo/X86/debug-info-template-parameter.ll
old mode 100755
new mode 100644
diff --git a/llvm/test/LTO/X86/libcall-overridden-via-alias.ll b/llvm/test/LTO/X86/libcall-overridden-via-alias.ll
old mode 100755
new mode 100644
diff --git a/llvm/test/MC/COFF/lset0.s b/llvm/test/MC/COFF/lset0.s
old mode 100755
new mode 100644
diff --git a/llvm/test/MC/X86/MMX-32.s b/llvm/test/MC/X86/MMX-32.s
old mode 100755
new mode 100644
diff --git a/llvm/test/MC/X86/X87-32.s b/llvm/test/MC/X86/X87-32.s
old mode 100755
new mode 100644
diff --git a/llvm/test/MC/X86/X87-64.s b/llvm/test/MC/X86/X87-64.s
old mode 100755
new mode 100644
diff --git a/llvm/test/Other/Inputs/block-info-only.bc b/llvm/test/Other/Inputs/block-info-only.bc
old mode 100755
new mode 100644
diff --git a/llvm/test/Other/Inputs/no-block-info.bc b/llvm/test/Other/Inputs/no-block-info.bc
old mode 100755
new mode 100644
diff --git a/llvm/test/Transforms/ConstantHoisting/AArch64/consthoist-unreachable.ll b/llvm/test/Transforms/ConstantHoisting/AArch64/consthoist-unreachable.ll
old mode 100755
new mode 100644
diff --git a/llvm/test/Transforms/Inline/inlined-loop-metadata-inseltpoison.ll b/llvm/test/Transforms/Inline/inlined-loop-metadata-inseltpoison.ll
old mode 100755
new mode 100644
diff --git a/llvm/test/Transforms/Inline/inlined-loop-metadata.ll b/llvm/test/Transforms/Inline/inlined-loop-metadata.ll
old mode 100755
new mode 100644
diff --git a/llvm/test/Transforms/LoopRotate/catchret.ll b/llvm/test/Transforms/LoopRotate/catchret.ll
old mode 100755
new mode 100644
diff --git a/llvm/test/Transforms/LoopSimplify/do-preheader-dbg-inseltpoison.ll b/llvm/test/Transforms/LoopSimplify/do-preheader-dbg-inseltpoison.ll
old mode 100755
new mode 100644
diff --git a/llvm/test/Transforms/LoopSimplify/do-preheader-dbg.ll b/llvm/test/Transforms/LoopSimplify/do-preheader-dbg.ll
old mode 100755
new mode 100644
diff --git a/llvm/test/Transforms/LoopSimplify/for-preheader-dbg.ll b/llvm/test/Transforms/LoopSimplify/for-preheader-dbg.ll
old mode 100755
new mode 100644
diff --git a/llvm/test/Transforms/LoopVectorize/X86/scatter_crash.ll b/llvm/test/Transforms/LoopVectorize/X86/scatter_crash.ll
old mode 100755
new mode 100644
diff --git a/llvm/test/Transforms/LoopVectorize/fix-reduction-dbg.ll b/llvm/test/Transforms/LoopVectorize/fix-reduction-dbg.ll
old mode 100755
new mode 100644
diff --git a/llvm/test/Transforms/LoopVectorize/pr38800.ll b/llvm/test/Transforms/LoopVectorize/pr38800.ll
old mode 100755
new mode 100644
diff --git a/llvm/test/Transforms/PGOProfile/Inputs/maxcountzero.proftext b/llvm/test/Transforms/PGOProfile/Inputs/maxcountzero.proftext
old mode 100755
new mode 100644
diff --git a/llvm/test/Transforms/PGOProfile/maxcountzero.ll b/llvm/test/Transforms/PGOProfile/maxcountzero.ll
old mode 100755
new mode 100644
diff --git a/llvm/test/Transforms/RewriteStatepointsForGC/vector-nonlive-clobber.ll b/llvm/test/Transforms/RewriteStatepointsForGC/vector-nonlive-clobber.ll
old mode 100755
new mode 100644
diff --git a/llvm/test/tools/llvm-split/scc-const-alias.ll b/llvm/test/tools/llvm-split/scc-const-alias.ll
old mode 100755
new mode 100644
More information about the llvm-commits
mailing list