[PATCH] D127569: [RISCV]Precommit test of D127568

luxufan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 29 07:11:05 PDT 2022


StephenFan added inline comments.


================
Comment at: llvm/test/CodeGen/RISCV/unnecessary-code-align.ll:1
+; RUN: llc -mtriple=riscv64 -filetype=obj -mattr=+c,+relax %s -o - \
+; RUN:     | llvm-readobj -r - | FileCheck %s
----------------
MaskRay wrote:
> Ideally, you just find where `-mattr=-c,+relax` is tested, add add the `+c` test there.
Not ideally, I didn't find test files that testing with `-mattr=-c,+relax` :(


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D127569



More information about the llvm-commits mailing list