[PATCH] D143710: [LoongArch] Emit addu16i.d for simple adds with eligible immediates

Lu Weining via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 10 01:55:49 PST 2023


SixWeining added inline comments.


================
Comment at: llvm/test/CodeGen/LoongArch/ir-instruction/add.ll:186
+
+define i32 @add_i32_0x12340000(i32 %x) {
+; LA32-LABEL: add_i32_0x12340000:
----------------
Thanks.

Mabbe you can add these as baseline tests (no-functional-change or NFC patch)  :)
https://github.com/llvm/llvm-project/blob/main/llvm/docs/TestingGuide.rst#precommit-workflow-for-tests




Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D143710/new/

https://reviews.llvm.org/D143710



More information about the llvm-commits mailing list