[llvm] [X86][SelectionDAG] - Add support for llvm.canonicalize intrinsic (PR #106370)
Pawan Nirpal via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 10 22:28:29 PDT 2024
================
@@ -0,0 +1,853 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --default-march x86_64-unknown-linux-gnu --version 5
+; RUN: llc -mattr=sse -mtriple=x86_64 < %s | FileCheck %s -check-prefix=SSE
+; RUN: llc -mattr=sse2 -mtriple=x86_64 < %s | FileCheck %s -check-prefix=SSE2
----------------
pawan-nirpal-031 wrote:
Oh Yes, Sorry slipped that, will address it. Thanks for reminding me ;)
https://github.com/llvm/llvm-project/pull/106370
More information about the llvm-commits
mailing list