[llvm-commits] [llvm] r124458 - in /llvm/trunk: lib/Target/ARM/ARMInstrInfo.td test/MC/ARM/prefetch.ll

NAKAMURA Takumi geek4civic at gmail.com
Thu Jan 27 17:34:27 PST 2011


2011/1/28 Evan Cheng <evan.cheng at apple.com>:
> Author: evancheng
> Date: Thu Jan 27 17:48:34 2011
> New Revision: 124458
>
> URL: http://llvm.org/viewvc/llvm-project?rev=124458&view=rev
> Log:
> Fix PLD encoding.

> --- llvm/trunk/test/MC/ARM/prefetch.ll (added)
> +++ llvm/trunk/test/MC/ARM/prefetch.ll Thu Jan 27 17:48:34 2011
> @@ -0,0 +1,58 @@
> +; RUN: llc < %s -march=arm   -mattr=+v7a,+mp -show-mc-encoding | FileCheck %s -check-prefix=ARM
> +; RUN: llc < %s -march=thumb -mattr=+v7a     -show-mc-encoding | FileCheck %s -check-prefix=T2

On Win32 host, The triplet would be inferred like "arm-mingw32", and
it would fail due to PECOFF's unsupported.
I would be happy if explicit triplets were there.

Or, shall we implement "{arm|thumb}-pecoff"? :p

...Takumi




More information about the llvm-commits mailing list