[llvm] [X86] Added support for 16bit LEA instruction (PR #122102)

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 8 04:47:05 PST 2025


================
@@ -0,0 +1,14 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
+; RUN: llc < %s -mtriple=x86_64-linux -mattr=+ndd | FileCheck %s --check-prefixes=CHECK
+
+define dso_local signext range(i16 1, 0) i16 @lea16bit(i16 noundef signext %in) local_unnamed_addr #0 {
----------------
RKSimon wrote:

remove `dso_local signext range(i16 1, 0)`, `noundef signext` and `local_unnamed_addr #0` - all are superfluous

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


More information about the llvm-commits mailing list