[llvm] Count CallInst Arguments Attributes to reduce unnecessary extension (PR #73501)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 4 07:23:58 PST 2023
================
@@ -0,0 +1,119 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
+; RUN: llc -mtriple=riscv64 -mattr=+zbb -verify-machineinstrs < %s \
+; RUN: | FileCheck -check-prefix=RV64I %s
+
+ at PL_reg_match_utf8 = external global i8, align 1
+
+declare signext i32 @test1(i8 noundef signext)
----------------
zengdage wrote:
I have dropped the noundef attributes. By the way, I am a newbie to LLVM, thank for your patient review.
https://github.com/llvm/llvm-project/pull/73501
More information about the llvm-commits
mailing list