diff options
author | Matt Arsenault <Matthew.Arsenault@amd.com> | 2019-10-07 18:43:29 +0000 |
---|---|---|
committer | Matt Arsenault <Matthew.Arsenault@amd.com> | 2019-10-07 18:43:29 +0000 |
commit | 27269054d2df505f576eb3992d3f815c455ac7bb (patch) | |
tree | 2b82acf925e711a67db0adc2b3ad486dd34e77d8 /lldb/packages/Python/lldbsuite/test/python_api/thread/TestThreadAPI.py | |
parent | cdbeaf548f1ff1ac49dfd26de25a67c8ac081996 (diff) | |
download | bcm5719-llvm-27269054d2df505f576eb3992d3f815c455ac7bb.tar.gz bcm5719-llvm-27269054d2df505f576eb3992d3f815c455ac7bb.zip |
GlobalISel: Add target pre-isel instructions
Allows targets to introduce regbankselectable
pseudo-instructions. Currently the closet feature to this is an
intrinsic. However this requires creating a public intrinsic
declaration. This litters the public intrinsic namespace with
operations we don't necessarily want to expose to IR producers, and
would rather leave as private to the backend.
Use a new instruction bit. A previous attempt tried to keep using enum
value ranges, but it turned into a mess.
llvm-svn: 373937
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/thread/TestThreadAPI.py')
0 files changed, 0 insertions, 0 deletions