51846f64db
ChangeLowering is a Reducer to lower simplified change operators to machine subgraphs. This initial version supports ChangeBitToBool, ChangeBoolToBit, ChangeTaggedToFloat64 and ChangeInt32ToTagged. TEST=compiler-unittests/change-lowering-unittest BUG=v8:3489 LOG=n R=jarin@chromium.org Review URL: https://codereview.chromium.org/460593003 git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23068 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
7 lines
103 B
Python
7 lines
103 B
Python
include_rules = [
|
|
"+src",
|
|
"+testing/gtest",
|
|
"+testing/gtest-type-names.h",
|
|
"+testing/gmock",
|
|
]
|