Files
clang-p2996/llvm/lib/CodeGen/WasmEHPrepare.cpp
Nikita Popov e20f0fe29f [WasmEHPrepare] Explicitly create inbounds GEP (NFCI)
These are known to be inbounds, create them as such. NFCI because
constant expression construction currently already infers this.

Also drop the unnecessary zero-index GEP: This is equivalent to
the pointer itself nowadays.
2024-05-29 16:13:36 +02:00

15 KiB