[Bug target/101849] MMA built-in dies with a verify_gimple failed error

rguenth at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Aug 11 07:24:47 GMT 2021


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101849

--- Comment #3 from Richard Biener <rguenth at gcc dot gnu.org> ---
If you are using build_simple_mem_ref then the pointer type has to be
"correct",
but you can simply build the MEM_REF with build2 giving it the desired
access type - the pointer type is irrelevant.  Note the TBAA relevant alias set
is represented in the offset operand.


More information about the Gcc-bugs mailing list