Matt Arsenault
07e34d2de5
JumpThreading: Convert tests to -passes
2022-11-27 11:19:28 -05:00
Matt Arsenault
83d5052768
JumpThreading: Convert tests to opaque pointers
...
phi-known.ll:test2 required deleting one manual check for a bitcast
Also strip trailing whitespace while we're touching everything.
2022-11-27 11:19:28 -05:00
Juneyoung Lee
e0d99e9aaf
[JumpThreading] Consider freeze as a zero-cost instruction
...
This is a simple patch that makes freeze as a zero-cost instruction, as bitcast already is.
Reviewed By: efriedma
Differential Revision: https://reviews.llvm.org/D85023
2020-08-05 14:42:36 +09:00
Juneyoung Lee
3401f9706b
[JumpThreading] Add a test for D85023; NFC
2020-08-05 13:40:14 +09:00