summary refs log tree commit diff stats
path: root/results/scraper/fex/104
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--results/scraper/fex/10415
-rw-r--r--results/scraper/fex/104714
2 files changed, 29 insertions, 0 deletions
diff --git a/results/scraper/fex/104 b/results/scraper/fex/104
new file mode 100644
index 000000000..fb4ede6b8
--- /dev/null
+++ b/results/scraper/fex/104
@@ -0,0 +1,15 @@
+Add IR op metadata tags in json
+Initial Metadata:

+

+- StoreMemory

+  - Stores to memory. Ensures that even if the op doesn't generate output, that it can't be DCE'd

+- Volatile

+  - Similar to StoreMemory. Even if it doesn't write memory, this is a volatile op that shouldn't be DCE'd

+

+Architecture specific select of metadata

+- ClobbersFlags

+  - Clobbers host side flags, so if FLAG register class is used, must be spilled around this op

+- NecessaryTemps

+  - Number of temp registers this IR op needs to work. Will allocate a register that its live range starts at this op and then ends at the same op

+- PhysicalRegisters - (We need both dest physical colouring and argument physical colouring)

+  - If this op needs specific physical registers then this is an RA constraint that enforces those registers to be allocated
\ No newline at end of file
diff --git a/results/scraper/fex/1047 b/results/scraper/fex/1047
new file mode 100644
index 000000000..cd74d8f15
--- /dev/null
+++ b/results/scraper/fex/1047
@@ -0,0 +1,14 @@
+'drm/drm.h' file not found
+I have libdrm and mesa installed so I'm not sure if/which dependency I'm missing.

+```

+[5/43] Building CXX object Source/Tests/LinuxSyscalls/CMakeFiles/LinuxEmulation.dir/x32/IoctlEmulation.cpp.o

+FAILED: Source/Tests/LinuxSyscalls/CMakeFiles/LinuxEmulation.dir/x32/IoctlEmulation.cpp.o 

+/usr/bin/clang++ -DGLOBAL_DATA_DIRECTORY=\"/usr/share/fex-emu/\" -DVIXL_INCLUDE_TARGET_AARCH64=1 -D_M_ARM_64=1 -ISource/Tests/LinuxSyscalls -I../Source/Tests/LinuxSyscalls -I../External/vixl/src -I../External/jemalloc/pregen/include -I../External/cpp-optparse -I../External/imgui -I../External/json-maker -I../External/tiny-json -I../External/xbyak -I../Source -ISource -Igenerated -IExternal/FEXCore/Source -I../External/FEXCore/include -Iinclude -I../External/jemalloc/include -mcpu=native -O3 -DNDEBUG -fomit-frame-pointer -flto=thin -fPIC   -Wno-trigraphs -fdiagnostics-color=always -fcolor-diagnostics -Wno-deprecated-enum-enum-conversion -Wall -fno-operator-names -std=gnu++20 -MD -MT Source/Tests/LinuxSyscalls/CMakeFiles/LinuxEmulation.dir/x32/IoctlEmulation.cpp.o -MF Source/Tests/LinuxSyscalls/CMakeFiles/LinuxEmulation.dir/x32/IoctlEmulation.cpp.o.d -o Source/Tests/LinuxSyscalls/CMakeFiles/LinuxEmulation.dir/x32/IoctlEmulation.cpp.o -c ../Source/Tests/LinuxSyscalls/x32/IoctlEmulation.cpp

+In file included from ../Source/Tests/LinuxSyscalls/x32/IoctlEmulation.cpp:1:

+../Source/Tests/LinuxSyscalls/x32/Ioctl/drm.h:7:10: fatal error: 'drm/drm.h' file not found

+#include <drm/drm.h>

+         ^~~~~~~~~~~

+1 error generated.

+```

+

+Building on Arch Linux ARM
\ No newline at end of file