Roman Lebedev
7850ab2112
[NFC] Port an assortment of tests that invoke SROA to new pass manager
2022-12-01 21:17:18 +03:00
Bjorn Pettersson
ac696ac453
Use opt -passes=<name> instead of opt -name
...
Updated the RUN line in several test cases to use the new PM syntax
opt -passes=<pipeline>
instead of the deprecated syntax
opt -pass1 -pass2
2022-11-08 12:15:42 +01:00
Bjorn Pettersson
391f323690
[test][DebugInfo] Convert some test cases to opaque pointers. NFC
...
Conversion performed using the script at:
https://gist.github.com/nikic/98357b71fd67756b0f064c9517b62a34
2022-10-12 12:49:17 +02:00
Adrian Prantl
2d48b403f6
Fix UB in DIExpression::appendOffset()
...
The absolute value of 0x8000000000000000 does not fit into an int64_t
and UBSan tells us that by crashing.
rdar://98799670
Differential Revision: https://reviews.llvm.org/D132194
2022-08-19 09:16:59 -07:00