jasmin icon indicating copy to clipboard operation
jasmin copied to clipboard

Dead-code removes intrinsics

Open vbgl opened this issue 3 years ago • 0 comments

The following program is compiled to an empty function, which is not incorrect but not the expected behavior:

export fn main() {
  _, _ = #RDTSC();
}

vbgl avatar Aug 01 '22 10:08 vbgl