mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
Fix bugs URL for PR relocations
The PR works from llvm.org, not bugs.llvm.org
This commit is contained in:
parent
f8e2239648
commit
da358a290c
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user