[PATCH] D46423: [WIP, RISCV] Support .option relax and .option norelax
Alex Bradbury via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 4 07:09:06 PDT 2018
asb added a comment.
fixup-diffs.ll is sufficient to check this isn't breaking the desired behaviour for codegen. I think it would be great to update this patch with a .ll file with inline assembly that demonstrates the interaction there. We don't expect any problems based on how you've implemented this patch but it would be great to have the test there to capture the current behaviour in case we return to this logic in the future.
Update the patch description, and then I think we're good to commit.
Repository:
rL LLVM
https://reviews.llvm.org/D46423
More information about the llvm-commits
mailing list