[PATCH] D148023: [X86][FastISel] Handle CRC32 intrinsics
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 12 04:17:04 PDT 2023
RKSimon added inline comments.
================
Comment at: llvm/test/CodeGen/X86/crc32-intrinsics-fast-isel-x86_64.ll:21
+define i64 @test_mm_crc32_u64(i64 %a0, i64 %a1) nounwind {
+; CHECK-LABEL: test_mm_crc32_u64:
; CHECK: # %bb.0:
----------------
undo this name change
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D148023/new/
https://reviews.llvm.org/D148023
More information about the llvm-commits
mailing list