[PATCH] D157204: [MLIR][Math] Add support for f16 in the expansion of math.roundeven
David Spickett via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 18 04:20:27 PDT 2023
DavidSpickett added a comment.
This also failed at runtime on Windows on Arm: https://lab.llvm.org/buildbot/#/builders/120/builds/5442
Assertion failed: 0 && "misaligned ldr/str offset", file C:\Users\Tcwg\llvm-worker\clang-arm64-windows-msvc-2stage\llvm\llvm\lib\ExecutionEngine\RuntimeDyld/Targets/RuntimeDyldCOFFAArch64.h, line 52
Not sure what layer should be ensuring that so it may be this change uncovering a pre-existing issue.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D157204/new/
https://reviews.llvm.org/D157204
More information about the llvm-commits
mailing list