[PATCH] [IR] Fix the definition of 'shl nsw'

Sanjoy Das sanjoy at playingwithpointers.com
Wed Apr 8 18:41:37 PDT 2015


> the current definition of an "shl nsw A B" in the LangRef is
> equivalent to "A *hnsw B".

Um, should be 'equivalent to "A *hnsw (1 << B)"'.

-- Sanjoy



More information about the llvm-commits mailing list