mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-09 11:25:55 +00:00
ARM: yes it can (as of r218789)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@218801 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -3,9 +3,6 @@
|
|||||||
; the uses of a copy to a physical register without ignoring non-data
|
; the uses of a copy to a physical register without ignoring non-data
|
||||||
; dependence, PR10220.
|
; dependence, PR10220.
|
||||||
|
|
||||||
; The ARM backend can't handle i256 math at the moment.
|
|
||||||
; XFAIL: arm
|
|
||||||
|
|
||||||
define void @f(i256* nocapture %a, i256* nocapture %b, i256* nocapture %cc, i256* nocapture %dd) nounwind uwtable noinline ssp {
|
define void @f(i256* nocapture %a, i256* nocapture %b, i256* nocapture %cc, i256* nocapture %dd) nounwind uwtable noinline ssp {
|
||||||
entry:
|
entry:
|
||||||
%c = load i256* %cc
|
%c = load i256* %cc
|
||||||
|
Reference in New Issue
Block a user