The 8472
|
d90508f761
|
use indexed loop instead of ptr bumping
this seems to produce less IR
|
2023-06-14 22:22:41 +02:00 |
|
Pietro Albini
|
5f0b677b86
|
codegen: add needs-unwind to tests that require it
|
2023-05-23 16:54:35 +02:00 |
|
Augie Fackler
|
fbe479558c
|
vec-shrink-panik: update expectations to work on LLVM 17
For some reason, the called function is `cleanup` on LLVM 17 instead of
`filter`.
r? @Amanieu
|
2023-05-10 09:31:33 -04:00 |
|
Gary Guo
|
16abe6c83d
|
Fix codegen test
|
2023-05-07 12:38:47 +01:00 |
|
Krasimir Georgiev
|
e4a4064480
|
adapt tests/codegen/vec-shrink-panik for LLVM 17
After 0d4a709bb8
LLVM now doesn't generate references to panic_cannot_unwind:
@nikic:
https://rust-lang.zulipchat.com/#narrow/stream/187780-t-compiler.2Fwg-llvm/topic/a.20couple.20codegen.20test.20failures.20after.20llvm.200d4a709bb876824a/near/342664944
>Okay, so LLVM now realizes that double panic is not possible, so that's fine.
|
2023-03-20 15:33:57 +00:00 |
|
Albert Larsan
|
cf2dff2b1e
|
Move /src/test to /tests
|
2023-01-11 09:32:08 +00:00 |
|