[flang-commits] [clang-tools-extra] [compiler-rt] [libc] [flang] [mlir] [libcxx] [lldb] [llvm] [clang] [AArch64] add intrinsic to generate a bfi instruction (PR #79672)

David Green via flang-commits flang-commits at lists.llvm.org
Mon Jan 29 00:46:47 PST 2024


davemgreen wrote:

OK. We would not usually add intrinsics like this without a strong motivating case, that could not be optimized in some other way. It is better to use target independent options when available, and inline assembly is available as a fallback if it is really needed. But I would recommend that they use normal and/or/shift operations and let us know about places the compiler isn't optimizing them as well as it could be.

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


More information about the flang-commits mailing list