mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-02 07:32:52 +00:00
Fix a comment sabre noticed :)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26257 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b5fefc732c
commit
8ec18177da
@ -1,4 +1,4 @@
|
||||
; All of these ands and shifts should be folded into rlwimi's
|
||||
; All of these should be codegen'd without loading immediates
|
||||
; RUN: llvm-as < %s | llc -march=ppc32 | grep addc | wc -l | grep 1 &&
|
||||
; RUN: llvm-as < %s | llc -march=ppc32 | grep adde | wc -l | grep 1 &&
|
||||
; RUN: llvm-as < %s | llc -march=ppc32 | grep addze | wc -l | grep 1 &&
|
||||
|
@ -1,4 +1,4 @@
|
||||
; All of these ands and shifts should be folded into rlwimi's
|
||||
; All of these should be codegen'd without loading immediates
|
||||
; RUN: llvm-as < %s | llc -march=ppc32 | grep subfc | wc -l | grep 1 &&
|
||||
; RUN: llvm-as < %s | llc -march=ppc32 | grep subfe | wc -l | grep 1 &&
|
||||
; RUN: llvm-as < %s | llc -march=ppc32 | grep subfze | wc -l | grep 1 &&
|
||||
|
Loading…
Reference in New Issue
Block a user