[compiler-rt] [llvm] [clang] [flang] [clang-tools-extra] [llvm][AArch64] intrinsic to generate a ubfx instruction (PR #80103)

via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 31 12:21:36 PST 2024


================
@@ -855,6 +855,9 @@ def int_aarch64_crc32x  : DefaultAttrsIntrinsic<[llvm_i32_ty], [llvm_i32_ty, llv
     [IntrNoMem]>;
 def int_aarch64_crc32cx : DefaultAttrsIntrinsic<[llvm_i32_ty], [llvm_i32_ty, llvm_i64_ty],
     [IntrNoMem]>;
+def int_aarch64_ubfx : DefaultAttrsIntrinsic<
----------------
RiyazVP wrote:

This should perhaps be not under the "CRC32" section.

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


More information about the cfe-commits mailing list