Skip to content
Commit 3db97eb4 authored by Vikram S. Adve's avatar Vikram S. Adve
Browse files

Unary Not (boolean and bitwise) is no longer a separate LLVM instruction

but is instead implemented with XOR.  Note that the InstrForest opLabels
for Not and BNot remain the same, i.e., the XOR is recognized and
represented as a (boolean or bitwise) Not when building the instruction
trees.  But these tree nodes are now binary, not unary.

llvm-svn: 3343
parent caed2690
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment