[Openmp-commits] [llvm] [compiler-rt] [lldb] [mlir] [libc] [libcxx] [openmp] [clang] [flang] [lld] [polly] [WebAssembly] Correctly consider signext/zext arg flags at function declaration (PR #77281)

Derek Schuff via Openmp-commits openmp-commits at lists.llvm.org
Mon Jan 8 14:46:42 PST 2024


================
@@ -0,0 +1,125 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
+; RUN: llc < %s -O0 | FileCheck %s
----------------
dschuff wrote:

Is there a test that covers this behavior for DAG ISel? Maybe it would make sense to add test expectations for both here?

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


More information about the Openmp-commits mailing list