The only wrinkle is that we can't process the "blockaddress" arguments
of the callbr until the blocks have been equated. So we force them to be
"unified" before checking.
This was left out when the callbr instruction was added.
Paths
| Differential D104606
llvm-diff: add support for diffing the callbr instruction ClosedPublic Authored by void on Jun 20 2021, 3:00 PM.
Details Summary The only wrinkle is that we can't process the "blockaddress" arguments This was left out when the callbr instruction was added.
Diff Detail
Event Timelinevoid added a child revision: D104733: [llvm-diff] Explicitly check ConstantArrays.Jun 22 2021, 11:50 AM This revision is now accepted and ready to land.Jun 22 2021, 12:01 PM This revision was landed with ongoing or failed builds.Jun 22 2021, 12:24 PM Closed by commit rGab6002871d83: [llvm-diff] Add support for diffing the callbr instruction (authored by void). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 353750 llvm/test/tools/llvm-diff/callbr.ll
llvm/tools/llvm-diff/DifferenceEngine.cpp
|