[llvm-bugs] [Bug 52031] OrcJIT breaks call with <4 x i64> vector

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Oct 12 10:29:24 PDT 2021


https://bugs.llvm.org/show_bug.cgi?id=52031

Lang Hames <lhames at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |INVALID
             Status|NEW                         |RESOLVED

--- Comment #6 from Lang Hames <lhames at gmail.com> ---
The proper place to catch this would be in the module verifier, which we do run
on every module in LLI. Unfortunately it doesn't seem to catch this bug. I
suspect that target-features attributes are opaque to the verifier, so it can't
recognize the incompatibility. I've filed https://llvm.org/PR52156 to
investigate making this detectable, but it's outside my wheelhouse -- we'll
have to wait for someone else to pick this up and run with it.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20211012/40d5e0be/attachment.html>


More information about the llvm-bugs mailing list