Skip to content
Commit e2622c2a authored by Tobias Grosser's avatar Tobias Grosser
Browse files

TempScopInfo: Microoptimize constant conditions



Use 0 >= 1 instead of 0 != 0 to represent 'false'. This might be slightly more
efficient as isl may create a union of sets for 0 != 0, whereas this is never
needed for the expression 0 >= 1.

Contributed-by: default avatarAlexandre Isoard <alexandre.isoard@gmail.com>
llvm-svn: 190384
parent abc1a5cb
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