Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/test/Transforms/InstCombine/select_meta.ll | ||
---|---|---|
351 | Here !unpredictable can be preserved because if !a is unpredictable the a is also. But !prof must be swapped. |
llvm/test/Transforms/InstCombine/select_meta.ll | ||
---|---|---|
351 | This test case was removed. |
Comment Actions
LGTM
llvm/test/Transforms/InstCombine/select_meta.ll | ||
---|---|---|
353–400 | It would be better to run update_test_checks.py with --check-globals option so these get auto-generated. |
llvm/test/Transforms/InstCombine/select_meta.ll | ||
---|---|---|
353–400 | I updated tests with --check-globals and removed "enhancement to include metadata checking." Does it look good? |
llvm/test/Transforms/InstCombine/select_meta.ll | ||
---|---|---|
353–400 | Yes, looks good! |
Here !unpredictable can be preserved because if !a is unpredictable the a is also. But !prof must be swapped.