llvmlite icon indicating copy to clipboard operation
llvmlite copied to clipboard

Invalidate string cache for mutable instructions

Open siboehm opened this issue 1 year ago • 2 comments

This is a re-do of #661 and adds testing of all modifications. It addresses: Phi nodes, call, cbranch, indirect branch, switch, landing pad.

As mentioned in #675, there is also the issue of fastmath flags on floating point instructions. I'm thinking about how to do those next and will open a separate PR.

siboehm avatar May 30 '23 03:05 siboehm

@kc611 I fixed the flake8 errors, should be good for review now. I was suprised the flake8 was not part of the pre-commit.

siboehm avatar May 30 '23 16:05 siboehm

@kc611 can you mark this as ready for review?

siboehm avatar Jun 12 '23 18:06 siboehm