[llvm] [X86] Lowering of load atomic float via cast (PR #117189)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 21 16:18:44 PST 2024
================
@@ -0,0 +1,15 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 5
+; RUN: opt < %s --mtriple=x86_64 --passes=atomic-expand -S -o - | FileCheck %s
----------------
arsenm wrote:
Are there missing codegen tests for this? Those should be added if they are missing
https://github.com/llvm/llvm-project/pull/117189
More information about the llvm-commits
mailing list