Giter Site home page Giter Site logo

Comments (4)

nunoplopes avatar nunoplopes commented on June 11, 2024 1

Interesting. I'll try to debug it tonight.
But stripping attributes is not ideal. Leaving them is good so get better coverage.

from alive2.

nunoplopes avatar nunoplopes commented on June 11, 2024

funny. only repros in asm mode with poison input.

from alive2.

regehr avatar regehr commented on June 11, 2024

but if you add readnone then it triggers without poison/undef. on the other hand, this is on the tgt side, which gives me a workaround-- I can strip off that attribute from lifted code. should I just do that?

; ModuleID = 'reduced.bc'
target datalayout = "e-m:o-i64:64-i128:128-n32:64-S128"
target triple = "arm64-apple-macosx14.0.0"

; Function Attrs: strictfp
define ptr @src(ptr returned %this) #0 {
entry:
  ret ptr %this
}

define ptr @tgt(ptr readnone returned %this) local_unnamed_addr #0 {
entry:
  ret ptr %this
}

attributes #0 = { strictfp }

from alive2.

regehr avatar regehr commented on June 11, 2024

but note it's only on the tgt side that I have to remove the attribute -- no coverage lost

(sorry I did not notice that before mentioning this issue in the first place, I had not realized the subtlety that with poison inputs disabled it seems to require 2 attributes + asm mode to trigger this)

from alive2.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.