2 Commits

Author SHA1 Message Date
Timm Baeder
dcaab6dd99
[clang][bytecode] Add source info to jump ops (#188003)
The attached test case otherwise results in a function with one jump op
but no source info at all.
2026-03-23 11:45:34 +01:00
Timm Baeder
f71e321966
[clang][bytecode] Implement constexpr step limit (#176150)
This only calls `noteStep()` on jump opcodes, so this works for loops.
It does not prevent "hangs" when a function is just _very_ long (could
be interesting how this interfaces with expand statements?).

Fixes https://github.com/llvm/llvm-project/issues/165951
2026-02-09 12:22:48 +01:00