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

Juneyoung Lee via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 8 15:49:35 PST 2024


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

I added the -fast-isel=false case to check the case when the regular DAG ISel path is taken.

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


More information about the cfe-commits mailing list