[llvm] 340c113 - Fix bugs URL for PR relocations

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Sun May 23 09:20:08 PDT 2021


Author: Simon Pilgrim
Date: 2021-05-23T17:19:36+01:00
New Revision: 340c1133a250c6a94e510d7aa2141c5a8df6afc8

URL: https://github.com/llvm/llvm-project/commit/340c1133a250c6a94e510d7aa2141c5a8df6afc8
DIFF: https://github.com/llvm/llvm-project/commit/340c1133a250c6a94e510d7aa2141c5a8df6afc8.diff

LOG: Fix bugs URL for PR relocations

The PR works from llvm.org, not bugs.llvm.org

Added: 
    

Modified: 
    llvm/test/CodeGen/X86/callbr-asm-phi-placement.ll
    llvm/test/Transforms/PhaseOrdering/X86/vdiv.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/X86/callbr-asm-phi-placement.ll b/llvm/test/CodeGen/X86/callbr-asm-phi-placement.ll
index 9bad6a7e0892..54ff2e308675 100644
--- a/llvm/test/CodeGen/X86/callbr-asm-phi-placement.ll
+++ b/llvm/test/CodeGen/X86/callbr-asm-phi-placement.ll
@@ -1,7 +1,7 @@
 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
 ; RUN: llc -mtriple=x86_64-unknown-linux-gnu -verify-machineinstrs -O2 < %s | FileCheck %s
 
-;; https://bugs.llvm.org/PR47468
+;; https://llvm.org/PR47468
 
 ;; PHI elimination should place copies BEFORE the inline asm, not
 ;; after, even if the inline-asm uses as an input the same value as

diff  --git a/llvm/test/Transforms/PhaseOrdering/X86/vdiv.ll b/llvm/test/Transforms/PhaseOrdering/X86/vdiv.ll
index 8b8b535f1a77..0faf4274c5de 100644
--- a/llvm/test/Transforms/PhaseOrdering/X86/vdiv.ll
+++ b/llvm/test/Transforms/PhaseOrdering/X86/vdiv.ll
@@ -6,7 +6,7 @@
 ; In particular, there should be no fdivs inside loops because that is expensive.
 
 ; TODO: There is a CSE opportunity to reduce the hoisted fdivs after vectorization/unrolling.
-; PR46115 - https://bugs.llvm.org/PR46115
+; PR46115 - https://llvm.org/PR46115
 
 target datalayout = "e-m:o-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
 target triple = "x86_64-apple-macosx10.15.0"


        


More information about the llvm-commits mailing list