commit | 94fac81fccfef9917e94bed398781744fb82e159 | [log] [tgz] |
---|---|---|
author | xgupta <shivam98.tkg@gmail.com> | Mon Feb 01 12:54:21 2021 +0530 |
committer | xgupta <shivam98.tkg@gmail.com> | Mon Feb 01 16:43:21 2021 +0530 |
tree | fbdd3706ea768e7c08b7c76bb5b8392ec7fdc9d3 | |
parent | ad12e6ee9579149c0efb594211fa3fb8aed2d84f [diff] [blame] |
[Branch-Rename] Fix some links According to the [[ https://foundation.llvm.org/docs/branch-rename/ | status of branch rename ]], the master branch of the LLVM repository is removed on 28 Jan 2021. Reviewed By: mehdi_amini Differential Revision: https://reviews.llvm.org/D95766
diff --git a/llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp b/llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp index ba5170c..6dc488e 100644 --- a/llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp +++ b/llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp
@@ -5242,7 +5242,7 @@ // Expand f32 -> i64 conversion // This algorithm comes from compiler-rt's implementation of fixsfdi: - // https://github.com/llvm/llvm-project/blob/master/compiler-rt/lib/builtins/fixsfdi.c + // https://github.com/llvm/llvm-project/blob/main/compiler-rt/lib/builtins/fixsfdi.c unsigned SrcEltBits = SrcTy.getScalarSizeInBits();