[PATCH] D132482: RISCV: permit unaligned nop-slide padding emission
Luís Marques via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 24 08:39:50 PDT 2022
luismarques accepted this revision.
luismarques added a comment.
This revision is now accepted and ready to land.
Looks correct to me now. Let's wait a little bit to see if there's more feedback from others.
================
Comment at: llvm/test/MC/RISCV/nop-slide.s:1
+# RUN: llvm-mc -triple riscv64 -mattr +c,-relax -filetype obj -o - %s | llvm-objdump -d - | FileCheck %s -check-prefix CHECK-RVC-NORELAX
+# RUN: llvm-mc -triple riscv64 -mattr +c,+relax -filetype obj -o - %s | llvm-objdump -d - | FileCheck %s -check-prefix CHECK-RVC-RELAX
----------------
@jrtc27 @asb I remember it's been discussed in the past but I now forget the conclusion, have we moved away from line wrapping the RUN lines?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132482/new/
https://reviews.llvm.org/D132482
More information about the llvm-commits
mailing list