[PATCH] D159400: [RISCV][NFC] precommit for D159399

Piyou Chen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 18 00:18:17 PDT 2023


This revision was automatically updated to reflect the committed changes.
Closed by commit rGd861b3183cb0: [RISCV][NFC] precommit for D159399 (authored by BeMg).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D159400

Files:
  llvm/test/CodeGen/RISCV/riscv-func-target-feature.ll


Index: llvm/test/CodeGen/RISCV/riscv-func-target-feature.ll
===================================================================
--- llvm/test/CodeGen/RISCV/riscv-func-target-feature.ll
+++ llvm/test/CodeGen/RISCV/riscv-func-target-feature.ll
@@ -34,3 +34,11 @@
 entry:
   ret void
 }
+
+; CHECK: .option push
+define void @test5() "target-features"="+unaligned-scalar-mem" {
+; CHECK-LABEL: test5
+; CHECK: .option pop
+entry:
+  ret void
+}


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D159400.556929.patch
Type: text/x-patch
Size: 442 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230918/558376ab/attachment.bin>


More information about the llvm-commits mailing list