This is a simple patch that makes freeze as a zero-cost instruction, as bitcast already is.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Can we combine all the thread-two-bbs tests into one file, instead of keeping them in separate numbered files?
llvm/test/Transforms/JumpThreading/thread-two-bbs7.ll | ||
---|---|---|
9 ↗ | (On Diff #282200) | Please add a comment explaining what this is testing. |
Comment Actions
I merged the tests to a single file (https://github.com/llvm/llvm-project/commit/1ea84653378132091b5b6d31d4f6bf3ec7da7b56 ).
Two tests required targets that are different from x86_64-unknown-linux-gnu , so they are left unmerged.