[llvm] [AArch64] Lower extending sitofp using tbl (PR #92528)

Shu-Chun Weng via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 28 12:18:03 PDT 2024


scweng wrote:

Oh, "MOV (from general)" used in the new assembly sequences does not clear other bits, while the shift left then right method does, doesn't it? That would explain that the differences seem to be precision loss.

https://github.com/llvm/llvm-project/pull/92528


More information about the llvm-commits mailing list