[llvm-dev] Builtin reordered

Joerg Sonnenberger via llvm-dev llvm-dev at lists.llvm.org
Tue Mar 1 04:23:17 PST 2016


On Tue, Mar 01, 2016 at 08:24:26AM +0100, Romaric Jodin via llvm-dev wrote:
> I have an issue with some builtins that are reordered (during instructions selection it seems) with others instructions and/or others builtins.
> Is it normal?
> How could I prevent it from happening?

If they don't have side effects, sure. Can you give an example of where
it creates problems for you.

Joerg


More information about the llvm-dev mailing list