[AArch64] Implement the isTruncateFree API.
In AArch64 i64 to i32 truncate operation is a subregister access. This allows more opportunities for LSR optmization to eliminate variables of different types (i32 and i64). llvm-svn: 205925
Loading
Please register or sign in to comment