[PATCH] D121654: [RISCV] Ensure PseudoLA* can be hoisted
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 14 23:58:37 PDT 2022
MaskRay added inline comments.
================
Comment at: llvm/test/CodeGen/RISCV/machinelicm-got.ll:1
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
; RUN: llc -mtriple=riscv32 -relocation-model=pic -verify-machineinstrs < %s \
----------------
machinelicm-got.ll may not be the best name. I think it makes sense to place non-GOT tests in this file. For example `test_lla` doesn't use got.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D121654/new/
https://reviews.llvm.org/D121654
More information about the llvm-commits
mailing list