Updates files from LLVM for PPC64#1510
Conversation
|
can you send a pull req that only fixes #1478, and another issue on PPC you reported last time? the reason is that if we pick up all these fixes, we may need to sync the decoder & printer code as well. |
|
I am not sure what you mean. Then, we still have to run the sync tools... |
|
we are based on llvm 7.0.1 now, so we just fix bugs we know in that version. by syncing with the latest llvm 8.x TD files, we must sync its code (decoder + printer) as well. so lets focus on fixing the issues you reported to llvm first, then we see how to sync with other changes later. |
|
Here we go |
|
this includes some changes to TCHECK, but i dont remember any issues about this instruction? |
|
Well, oss-fuzz triggered the bugs for TABORT, but the bug is present for all these instructions. (I guess oss-fuzz labelled it as duplicate) |
|
merged, thanks! |
|
@aquynh it looks like you did not run sync tools after merging this. |
Following #1478
Patch is now approved on LLVM : https://reviews.llvm.org/D61935
There is still sync tools to run
LLVM updated more than just
tbeginand such instructions. So I do not know if you want these or not....