Reapply [FastISel][AArch64] Make use of the zero register when possible (r215591).
[oota-llvm.git] / test / CodeGen / AArch64 / arm64-fast-isel-intrinsic.ll
index 115298805ac15799be98433d1d95dab485b55edf..b16c899f4214e28b7389503af2f887fa2b475c48 100644 (file)
@@ -7,7 +7,7 @@ define void @t1() {
 ; ARM64-LABEL: t1
 ; ARM64: adrp x8, _message@PAGE
 ; ARM64: add x0, x8, _message@PAGEOFF
-; ARM64: movz w9, #0
+; ARM64: mov w9, wzr
 ; ARM64: movz x2, #0x50
 ; ARM64: uxtb w1, w9
 ; ARM64: bl _memset