diff options
author | Sam Elliott <quic_aelliott@quicinc.com> | 2025-04-28 19:35:11 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-28 19:35:11 -0700 |
commit | 4e175b889669b430113ce0216e0ee1fe7884889c (patch) | |
tree | 8340ef2c14494dff2d46d35a40a03fc6ce3c47f1 /clang/lib/AST/ByteCode/Compiler.cpp | |
parent | 7ca6490636e758ec44ed149029b91163087d798e (diff) | |
download | llvm-4e175b889669b430113ce0216e0ee1fe7884889c.zip llvm-4e175b889669b430113ce0216e0ee1fe7884889c.tar.gz llvm-4e175b889669b430113ce0216e0ee1fe7884889c.tar.bz2 |
[RISCV] Fix Defs/Uses for SiFive CLIC Support (#137724)
The expensive checks bots found issues with #132481, due to not setting
defs/uses correctly. In 31bd7a507152 I added verify flags, so that the
failure is reproduced without requiring expensive checks, and xfailed
the test.
This change:
- Ensures that registers are correctly marked as defs/uses.
- Removes the xfail.
- Leaves the tests with `-verify-machineinstrs` which should have been
present originally.
Diffstat (limited to 'clang/lib/AST/ByteCode/Compiler.cpp')
0 files changed, 0 insertions, 0 deletions