about summary refs log tree commit diff stats
path: root/reproducers/issue-1370a.c
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-10-27 14:26:52 +0100
committerChristian Krinitsin <mail@krinitsin.com>2025-10-27 14:26:52 +0100
commite86f5d7afecb7d4d16238a168abe96c61543913d (patch)
treeeda83c13cb0608e9e9b6d2fa458d87c2aa19d340 /reproducers/issue-1370a.c
parent9337176fc0b7b1d86cdd3a5abfd32f6336210d89 (diff)
downloadfocaccia-e86f5d7afecb7d4d16238a168abe96c61543913d.tar.gz
focaccia-e86f5d7afecb7d4d16238a168abe96c61543913d.zip
Add BMI reproducer
Diffstat (limited to '')
-rw-r--r--reproducers/issue-1370a.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/reproducers/issue-1370a.c b/reproducers/issue-1370a.c
new file mode 100644
index 0000000..ebeca35
--- /dev/null
+++ b/reproducers/issue-1370a.c
@@ -0,0 +1,3 @@
+void main() {
+    asm("blsi %rax, %rbx");
+}