[PATCH] D21826: AArch64: Change modeling of zero cycle zeroing.
Diana Picus via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 28 23:59:27 PDT 2016
rovka added a subscriber: rovka.
================
Comment at: lib/Target/AArch64/AArch64AsmPrinter.cpp:432
@@ +431,3 @@
+ assert(AArch64::D0 <= DestReg && DestReg <= AArch64::D31);
+ DestReg = AArch64::Q0 + (DestReg - AArch64::Q0);
+ }
----------------
Shouldn't this be -AArch64::D0?
Repository:
rL LLVM
http://reviews.llvm.org/D21826
More information about the llvm-commits
mailing list